fix: [crawler] typo

This commit is contained in:
Terrtia 2021-03-05 18:52:14 +01:00
parent 6daa750e3b
commit 503e7e33aa
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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)