refactor: improved error handling, timeouts and use temp files

This commit is contained in:
2026-05-21 22:14:29 +02:00
parent cd0ce06246
commit 56e5d79e3e
3 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import os
import environs
env = environs.Env()
try:
env = environs.Env()
env.read_env("./.env")
except FileNotFoundError:
print("No .env file found, using os.environ.")