mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -162,7 +162,7 @@ def verify_progress_page(expected_status_code, timeout):
|
||||
if b"HTTP/1.0 200 OK" in resp:
|
||||
progress_page_status = True
|
||||
break
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
time.sleep(2)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user