This commit is contained in:
Simon 2018-07-15 10:52:04 -04:00
parent 112400886e
commit 08c3e119f0

2
app.py
View File

@ -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__':