From 3717461445818f63195affaa6e7b89bc4d0cbb97 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Thu, 9 Apr 2020 12:51:32 +0300 Subject: [PATCH] +stability (it gonna be work) --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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