+stability (it gonna be work)
This commit is contained in:
parent
efd55f2c21
commit
3717461445
2
start.py
2
start.py
|
@ -25,7 +25,7 @@ def listening():
|
||||||
try:
|
try:
|
||||||
event = longpoll.listen()
|
event = longpoll.listen()
|
||||||
return event
|
return event
|
||||||
except requests.exceptions.ReadTimeout as mda:
|
except Exception as mda:
|
||||||
logging.warning("Беды с ВК: "+str(mda))
|
logging.warning("Беды с ВК: "+str(mda))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue