vk api timeout increase

This commit is contained in:
Sergey 2017-07-03 20:32:55 +03:00 committed by GitHub
parent 45d9a37f0d
commit 036af574f2

View File

@ -24,7 +24,7 @@ class VkPolling:
print('Error: {}'.format(e))
if updates:
handle_updates(vk_user, bot, chat_id, updates)
for i in range(50):
for i in range(60):
if self._running:
time.sleep(0.1)
else: