1
0

Reduce sleep time, increase responsiveness

This commit is contained in:
Akbar Rahman 2018-06-26 21:00:47 +01:00
parent 991cf35adf
commit 42c93b687b
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

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)