mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-10 21:26:48 +00:00
The "Starting app on host:port" line sat at module level, so every import printed it, including the test suites and any WSGI server that loads the module; CodeQL reported it as a print during import. It now lives in the __main__ block, which the Docker CMD and the e2e runner reach through python app.py; the e2e Flask log still shows the line. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>