From 143b0953bee7ac93dfd85f545eb39ddd9ac249ca Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 8 Apr 2019 18:14:39 +0200 Subject: [PATCH] Fix task --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index f74bfa6..00580bc 100644 --- a/app.py +++ b/app.py @@ -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"])