mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawler] typo
This commit is contained in:
parent
6daa750e3b
commit
503e7e33aa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue