Add locations database
Rename files
This commit is contained in:
BIN
Binary file not shown.
+1
-1
@@ -1,4 +1,4 @@
|
||||
from os import getenv
|
||||
from pathlib import Path
|
||||
|
||||
DB_PATH = Path(getenv('DB_PATH', Path(__file__).parent.parent / 'diyanetdb.sqlite3'))
|
||||
DB_PATH = Path(getenv('DB_PATH', Path(__file__).parent.parent / 'app.sqlite3'))
|
||||
|
||||
Reference in New Issue
Block a user