From f67379f85dfe40d0cfd0dcc5ac71bd57c2189e64 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sat, 27 Nov 2021 16:54:52 -0500 Subject: [PATCH] Final bleh --- companion_software/houston/houston.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/companion_software/houston/houston.py b/companion_software/houston/houston.py index 8843a59..1f29300 100644 --- a/companion_software/houston/houston.py +++ b/companion_software/houston/houston.py @@ -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: