Browse Source

Update db.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
3c498b3eae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lnbits/db.py

3
lnbits/db.py

@ -1,6 +1,7 @@
import sqlite3
import os
from .settings import DATABASE_PATH
from .settings import LNBITS_PATH
class Database:

Loading…
Cancel
Save