2025.12.31 02:49:47 (cachyos.cmoser.eu)

This commit is contained in:
2025-12-31 02:49:47 +01:00
parent 6243f87732
commit a5722c163b
154 changed files with 35338 additions and 56 deletions

View File

@@ -36,8 +36,6 @@ ENV = Env(
EMAIL_BACKEND=(str, "console"),
)
TINYWIKI_HOME = "grow-home"
_env_file = Path(ENV.path("DOTENV"))
if _env_file.is_file():
ENV.read_env(_env_file)