mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 10:56:47 +00:00
Typo
This commit is contained in:
parent
112400886e
commit
08c3e119f0
2
app.py
2
app.py
@ -571,7 +571,7 @@ def api_complete_task():
|
|||||||
else:
|
else:
|
||||||
print("ERROR: " + name + " indicated that task for " + str(task_result.website_id) +
|
print("ERROR: " + name + " indicated that task for " + str(task_result.website_id) +
|
||||||
" was completed but there is no such task in the database.")
|
" was completed but there is no such task in the database.")
|
||||||
print("No such task")
|
return "No such task"
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user