fix: syntax errors

This commit is contained in:
Stefan Stammberger
2021-08-21 12:14:23 +02:00
parent a6f0a36664
commit d20c3ce119
10 changed files with 32 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from pydantic.types import constr
from pydantic import BaseModel
import trio
import json
import httpx
@@ -440,7 +440,7 @@ async def api_lnurlscan(code: str):
return params
@core_app.post("/api/v1/lnurlauth", methods=["POST"])
@core_app.post("/api/v1/lnurlauth")
@api_check_wallet_key("admin")
async def api_perform_lnurlauth(callback: str):
err = await perform_lnurlauth(callback)