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