Relay Station KW1FOX-2 #6

Open
Kenwood wants to merge 28 commits from station2-cad 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: class Houston:
def __init__(self, logger): def __init__(self, logger):
# Setup logger
self.log = logger self.log = logger
def run(self): # We're ready to go!
self.log.success('Ready to robot!') self.log.success('Ready to robot!')
def run(self):
# Junk~ # Junk~
while True: while True:
try: try: