Update tool_task.py
This commit is contained in:
parent
b546a39f29
commit
e19f7702db
|
|
@ -95,7 +95,7 @@ def removeBgTask():
|
|||
|
||||
data = api.delete(cfg["task_id"])
|
||||
if data[0]:
|
||||
print(data[1])
|
||||
# print(data[1])
|
||||
cfg["task_id"] = -1
|
||||
mw.writeFile(getTaskConf(), json.dumps(cfg))
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in New Issue