From 05abc1c7959475e159f16716868f3cb73a6636eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 24 Feb 2025 08:26:21 +0100 Subject: [PATCH] fix cron on start --- app.py | 1 - templates/all_files.html | 4 ++-- templates/base.html | 7 ++++++- 3 files changed, 8 insertions(+), 4 deletions(-) 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 @@ - diff --git a/templates/base.html b/templates/base.html index 79a29df..2b6ac70 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@