mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 09:54:21 +01:00
Update db.py
This commit is contained in:
parent
a5e64bd831
commit
b7af605c5b
@ -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…
Reference in New Issue
Block a user