1
0

Reduce sleep time, increase responsiveness

This commit is contained in:
2018-06-26 21:00:47 +01:00
parent 991cf35adf
commit 42c93b687b

2
bot.py
View File

@@ -181,4 +181,4 @@ def marco(chat_id):
MessageLoop(bot, on_message).run_as_thread()
while True:
time.sleep(5)
time.sleep(1)