Update db.py
This commit is contained in:
parent
700e982669
commit
3c498b3eae
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
import sqlite3
|
import sqlite3
|
||||||
|
import os
|
||||||
from .settings import DATABASE_PATH
|
from .settings import DATABASE_PATH
|
||||||
|
from .settings import LNBITS_PATH
|
||||||
|
|
||||||
|
|
||||||
class Database:
|
class Database:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue