removed db reference

This commit is contained in:
Ben Arc
2021-07-03 15:50:40 +01:00
parent ad618c1a7b
commit 819fc43328
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -1,7 +1,4 @@
from quart import Blueprint
from lnbits.db import Database
db = Database("ext_ngrok")
ngrok_ext: Blueprint = Blueprint(
"ngrok", __name__, template_folder="templates"