Load .env file at startup via python-dotenv

Running directly with `python -m gaming_deals_bot` didn't pick up
variables from .env — only the Docker path (--env-file) did. Now
dotenv is loaded before config parsing so both workflows work.

https://claude.ai/code/session_01LPpSZFfyh6vdV5HGFWjoQX
This commit is contained in:
Claude
2026-02-28 02:04:37 +00:00
parent 016d2c1973
commit 3138fe314f
2 changed files with 3 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ httpx>=0.25.0
aiosqlite>=0.19.0
apscheduler>=3.10.0
markdown>=3.5.0
python-dotenv>=1.0.0