Did not move to Gunicorn, but now working in Docker

This commit is contained in:
Lucas Mathews
2024-06-15 20:49:18 +02:00
parent 1c614f23b6
commit 15c0d62523
5 changed files with 13 additions and 20 deletions

View File

@@ -44,4 +44,4 @@ finally:
if 'session' in locals():
session.close() # Close the session when done
event_logger("Database operations completed.")
event_logger("Database initialised.")