Some formatting
This commit is contained in:
parent
b7090d963b
commit
8d3d828e49
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ from lnbits.db import Database
|
||||||
db = Database("ext_satspay")
|
db = Database("ext_satspay")
|
||||||
|
|
||||||
|
|
||||||
satspay_ext: Blueprint = Blueprint("satspay", __name__, static_folder="static", template_folder="templates")
|
satspay_ext: Blueprint = Blueprint(
|
||||||
|
"satspay", __name__, static_folder="static", template_folder="templates")
|
||||||
|
|
||||||
|
|
||||||
from .views_api import * # noqa
|
from .views_api import * # noqa
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue