vk api timeout increase

This commit is contained in:
Sergey 2017-07-03 20:33:14 +03:00 committed by GitHub
parent 8202d215dd
commit b1bc1e1b77

View File

@ -26,7 +26,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: