This commit is contained in:
Thomas Sileo 2019-04-08 18:14:39 +02:00
parent 61aff326de
commit 143b0953be

1
app.py
View file

@ -2718,6 +2718,7 @@ def task_cleanup():
p.push({}, "/task/cleanup_part_1")
p.push({}, "/task/cleanup_part_2")
p.push({}, "/task/cleanup_part_3")
return ""
@app.route("/task/cleanup_part_1", methods=["POST"])