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)