Update db.py

This commit is contained in:
Arc 2020-01-27 23:31:40 +00:00 committed by GitHub
parent 700e982669
commit 3c498b3eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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