This commit is contained in:
talksik
2023-04-27 17:05:08 -07:00
parent 1f8524705b
commit b1d427c0ea
+1 -1
View File
@@ -14,7 +14,7 @@ if __name__ == '__main__':
try:
print("initializing")
robot("Hello world how are you doing today?")
break
time.sleep(10)
except KeyboardInterrupt:
break