Final bleh
This commit is contained in:
parent
ac4ff7a657
commit
f67379f85d
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue