From dc1640bb93b63714c1689cc5c63d4bfd5e7ef8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sun, 4 Feb 2024 19:50:58 +0100 Subject: [PATCH] fix --- system/t12_api/mirrors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/t12_api/mirrors.py b/system/t12_api/mirrors.py index e95a5b40a..ce0926730 100644 --- a/system/t12_api/mirrors.py +++ b/system/t12_api/mirrors.py @@ -62,7 +62,6 @@ def check(self): if resp.json()["State"] != TASK_SUCCEEDED: _id = resp.json()['ID'] resp = self.get("/api/tasks/" + str(_id) + "/detail") - sleep(3000) raise Exception("task failed: " + str(resp.json())) _id = resp.json()['ID'] resp = self.get("/api/tasks/" + str(_id) + "/detail")