WIP: Integrate with RobotStreamer #5

Closed
Kenwood wants to merge 25 commits from rs-integration into master
1 changed files with 3 additions and 1 deletions
Showing only changes of commit f67379f85d - Show all commits

View File

@ -7,11 +7,13 @@ import time
class Houston:
def __init__(self, logger):
# Setup logger
self.log = logger
def run(self):
# We're ready to go!
self.log.success('Ready to robot!')
def run(self):
# Junk~
while True:
try: