Skip to content
Snippets Groups Projects
Commit a39f6cdc authored by Andreas Valder's avatar Andreas Valder
Browse files

now periodically calling the sort function, closes #26

parent 43b3a99e
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ def sort_log():
@app.route('/sort/now')
@sched_func(60)
@mod_required
def sort_now():
courses = query('SELECT * FROM courses')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment