diff --git a/app.py b/app.py
index ad2c1a9..f52c56e 100644
--- a/app.py
+++ b/app.py
@@ -1393,6 +1393,5 @@ def delete_old_logs():
if __name__ == '__main__':
with app.app_context():
reschedule_jobs()
- scheduler.start()
atexit.register(lambda: scheduler.shutdown())
app.run(host='0.0.0.0', port=5581, use_reloader=False, debug=True)
diff --git a/templates/all_files.html b/templates/all_files.html
index b1bcb9b..aa88a5d 100644
--- a/templates/all_files.html
+++ b/templates/all_files.html
@@ -122,8 +122,8 @@
-