From 503e7e33aac3d98e7c6903ae256eead1d5258e4e Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 5 Mar 2021 18:52:14 +0100 Subject: [PATCH] fix: [crawler] typo --- bin/lib/crawlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lib/crawlers.py b/bin/lib/crawlers.py index cb57ccd4..64aa0e7a 100755 --- a/bin/lib/crawlers.py +++ b/bin/lib/crawlers.py @@ -898,7 +898,7 @@ def get_splash_manager_session_uuid(): return res['session_uuid'] else: print(req.json()) - except requests.exceptions.ConnectionError, requests.exceptions.MissingSchema: + except (requests.exceptions.ConnectionError, requests.exceptions.MissingSchema): # splash manager unreachable update_splash_manager_connection_status(False)