Fix: User login and server console logging functionality.

This commit is contained in:
2024-10-29 17:18:39 +00:00
parent f6e0eb7a02
commit 8cbc3ea973
5 changed files with 14 additions and 8 deletions

1
app.py
View File

@@ -71,6 +71,7 @@ app = Flask(__name__)
# AppConfig(app)
app.config.from_object(app_config) # for db init with required keys
app.app_config = app_config
# app.config["config"] = app_config()
# logging