loop it
This commit is contained in:
@@ -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?")
|
||||||
break
|
time.sleep(10)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user