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