remove name conflict

This commit is contained in:
Brendan Haines 2020-03-02 19:47:38 -07:00
parent 5aaf2f90d7
commit 51927d38b9

View File

@ -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