fix scheduler, add logging for grt free slots

This commit is contained in:
2025-12-20 13:37:21 +03:00
parent 0e89e71e20
commit c6aef69caf
4 changed files with 16 additions and 2 deletions
+2
View File
@@ -11,6 +11,8 @@ import os
app = Flask(__name__)
app.config.from_object(Config)
flask_app = app
db.init_app(app)
os.makedirs("logs", exist_ok=True)