mirror of https://github.com/CIRCL/AIL-framework
fix: [crawler] typo
parent
6daa750e3b
commit
503e7e33aa
|
@ -898,7 +898,7 @@ def get_splash_manager_session_uuid():
|
||||||
return res['session_uuid']
|
return res['session_uuid']
|
||||||
else:
|
else:
|
||||||
print(req.json())
|
print(req.json())
|
||||||
except requests.exceptions.ConnectionError, requests.exceptions.MissingSchema:
|
except (requests.exceptions.ConnectionError, requests.exceptions.MissingSchema):
|
||||||
# splash manager unreachable
|
# splash manager unreachable
|
||||||
update_splash_manager_connection_status(False)
|
update_splash_manager_connection_status(False)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue