more debub

This commit is contained in:
Tiago vasconcelos 2021-11-30 14:46:48 +00:00
parent f37af0ddf6
commit d6f3c2f9c4

View File

@ -55,7 +55,7 @@ async def lnurl_callback(address_id, amount: int = Query(...)):
if address.wallet_endpoint.endswith("/")
else address.wallet_endpoint
)
print("BASE", base_url )
print("BASE", base_url, address )
async with httpx.AsyncClient() as client:
try:
call = await client.post(