From 08c3e119f05c1a454dac488b9093017e2c17e2af Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 15 Jul 2018 10:52:04 -0400 Subject: [PATCH] Typo --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5ec4cb7..699e0a2 100644 --- a/app.py +++ b/app.py @@ -571,7 +571,7 @@ def api_complete_task(): else: print("ERROR: " + name + " indicated that task for " + str(task_result.website_id) + " was completed but there is no such task in the database.") - print("No such task") + return "No such task" if __name__ == '__main__':