mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
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 os
|
||||
from .settings import DATABASE_PATH
|
||||
from .settings import LNBITS_PATH
|
||||
|
||||
|
||||
class Database:
|
||||
|
|
Loading…
Add table
Reference in a new issue