Removing unused code (#1070)

This commit is contained in:
dgtlmoon
2022-10-28 18:36:07 +02:00
committed by GitHub
parent f90b170e68
commit 77b59809ca
5 changed files with 13 additions and 11 deletions

View File

@@ -86,6 +86,7 @@ def extract_UUID_from_client(client):
def wait_for_all_checks(client):
# Loop waiting until done..
attempt=0
time.sleep(0.1)
while attempt < 60:
time.sleep(1)
res = client.get(url_for("index"))