Files
la-voix-du-peuple/artifacts
billisdead 1d180acf15 Fix init_db not called under Gunicorn
init_db() was only called inside if __name__ == "__main__", which Gunicorn
never executes. Tables were never created, causing every request to fail.
Move the call to module level so it runs on import, before the autoclose
thread starts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 15:57:52 +02:00
..