diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 82ff7bb..91b5a97 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -125,8 +125,8 @@ def control_thread(): print() -t = threading.Thread(target=control_thread) -t.start() +control_thread = threading.Thread(target=control_thread) +control_thread.start() # servos = ServoKit(channels=16).continuous_servo