Update db.py
This commit is contained in:
parent
a5e64bd831
commit
b7af605c5b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class ExtDatabase:
|
|||
|
||||
|
||||
class FauDatabase:
|
||||
def __init__(self, db_path: str = os.path.join(LNBITS_PATH, "extensions", "lnurlfaucet", "database.sqlite3")):
|
||||
def __init__(self, db_path: str = os.path.join(LNBITS_PATH, "extensions", "faucet", "database.sqlite3")):
|
||||
self.path = db_path
|
||||
self.connection = sqlite3.connect(db_path)
|
||||
self.connection.row_factory = sqlite3.Row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue