vk api timeout increase
This commit is contained in:
parent
8202d215dd
commit
b1bc1e1b77
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user