1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-26 07:03:17 +00:00

Revert "Update web.py"

This reverts commit 1bcc0698d5.
This commit is contained in:
Matt 2019-01-11 13:43:48 -08:00
parent f897491070
commit 7a069ad72e

View File

@ -1722,7 +1722,7 @@ def get_tasks_status():
# UIanswer = copy.deepcopy(answer)
answer = helper.render_task_status(tasks)
# foreach row format row
return render_title_template('tasks.html', entries=answer, title=_(u"Tasks"), page="tasks")
return render_title_template('tasks.html', entries=answer, title=_(u"Tasks") page="tasks")
@app.route("/admin")