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