parent
6d34bdc84b
commit
b38324770b
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
from os import getenv
|
from os import getenv
|
||||||
from pathlib import Path
|
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'))
|
||||||
|
|||||||
Loading…
Reference in New Issue