mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
Some formatting
This commit is contained in:
parent
b7090d963b
commit
8d3d828e49
@ -4,7 +4,8 @@ from lnbits.db import Database
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user