fix: [crawler] typo

pull/559/head
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
1 changed files with 1 additions and 1 deletions

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)