Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Feb 4, 2024
1 parent 5507dc1 commit dc1640b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/t12_api/mirrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit dc1640b

Please sign in to comment.