vk api timeout increase
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user