diff --git a/start.py b/start.py index 1c13707..bc48e73 100644 --- a/start.py +++ b/start.py @@ -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