régler les imports des fichiers après redistribution

This commit is contained in:
cedrick2711
2026-07-29 14:16:01 -04:00
parent b69eaabbba
commit fc1bdc57c4
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from app.app import create_app
if __name__ == '__main__':
app = create_app()
debug_mode = os.getenv('FLASK_DEBUG', 'false').lower() == 'true'
debug_mode = os.getenv('FLASK_DEBUG', 'true').lower() == 'true'
if debug_mode:
app.logger.warning(
'Running in DEBUG mode with Flask built-in server. '