saim1309 commited on
Commit
e7c1af8
Β·
verified Β·
1 Parent(s): 849b111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ if not ADMIN_PASS:
22
  raise ValueError("CRITICAL SECURITY ERROR: ADMIN_PASS environment variable is not set.")
23
 
24
  # Path to SQLite DB β€” override via DB_PATH env var if your file has a different name
25
- DB_PATH = os.environ.get("DB_PATH", "database.db")
26
 
27
 
28
  # ── Helper functions ──────────────────────────────────────────────────────────
 
22
  raise ValueError("CRITICAL SECURITY ERROR: ADMIN_PASS environment variable is not set.")
23
 
24
  # Path to SQLite DB β€” override via DB_PATH env var if your file has a different name
25
+ DB_PATH = os.environ.get("DB_PATH", "getscene_ai.sqlite")
26
 
27
 
28
  # ── Helper functions ──────────────────────────────────────────────────────────