tweak: Make the demo a little slower.

master
Dominique Merle 4 years ago
parent 29f56d88e0
commit 65cd6895af

@ -36,6 +36,6 @@ func start_providing():
]
for command in commands:
yield(App.timer(1+(randi()%3)), "timeout")
yield(App.timer(1.5+(randi()%3)), "timeout")
process_chat_command(command[0], command[1])

Loading…
Cancel
Save