Fix task
This commit is contained in:
parent
61aff326de
commit
143b0953be
1 changed files with 1 additions and 0 deletions
1
app.py
1
app.py
|
@ -2718,6 +2718,7 @@ def task_cleanup():
|
||||||
p.push({}, "/task/cleanup_part_1")
|
p.push({}, "/task/cleanup_part_1")
|
||||||
p.push({}, "/task/cleanup_part_2")
|
p.push({}, "/task/cleanup_part_2")
|
||||||
p.push({}, "/task/cleanup_part_3")
|
p.push({}, "/task/cleanup_part_3")
|
||||||
|
return ""
|
||||||
|
|
||||||
|
|
||||||
@app.route("/task/cleanup_part_1", methods=["POST"])
|
@app.route("/task/cleanup_part_1", methods=["POST"])
|
||||||
|
|
Loading…
Reference in a new issue