small fix

This commit is contained in:
Ben Arc
2021-07-03 16:16:28 +01:00
parent 7a18a44948
commit 5003a89a48

View File

@@ -1,7 +1,7 @@
from quart import Blueprint
from lnbits.db import Database
db = Database("ext_example")
db = Database("ext_ngrok")
ngrok_ext: Blueprint = Blueprint("ngrok", __name__, template_folder="templates")