+stability (it gonna be work)

This commit is contained in:
dan63047 2020-04-09 12:51:32 +03:00
parent efd55f2c21
commit 3717461445
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def listening():
try:
event = longpoll.listen()
return event
except requests.exceptions.ReadTimeout as mda:
except Exception as mda:
logging.warning("Беды с ВК: "+str(mda))
continue