mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 15:19:03 +00:00
Websites being indexed now show up on the homepage
This commit is contained in:
@@ -43,7 +43,7 @@ def get_completed_tasks():
|
||||
def get_current_tasks():
|
||||
|
||||
current_tasks = tm.get_current_tasks()
|
||||
return current_tasks
|
||||
return json.dumps([t.to_json() for t in current_tasks])
|
||||
|
||||
|
||||
@app.route("/file_list/<int:website_id>/")
|
||||
|
||||
Reference in New Issue
Block a user