made this ready for publishing

This commit is contained in:
2026-02-23 03:33:03 +01:00
parent aa9373496c
commit 176ae47ece
8 changed files with 11 additions and 173 deletions

View File

@@ -1,3 +1,4 @@
import os
DB_PATH = os.get_env("DB_PATH")
DB_PATH = os.getenv("DB_PATH")