fix bleskomat

This commit is contained in:
Tiago vasconcelos
2021-10-27 12:01:45 +01:00
parent 336e3a833a
commit 1653c45f12
5 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ def generate_bleskomat_lnurl_secret(api_key_id: str, signature: str):
def get_callback_url(request: Request):
return request.url_for("bleskomat.api_bleskomat_lnurl", _external=True)
return request.url_for("bleskomat.api_bleskomat_lnurl")
def is_supported_lnurl_subprotocol(tag: str) -> bool: