mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-01 19:11:17 +02:00
more debub
This commit is contained in:
@ -55,7 +55,7 @@ async def lnurl_callback(address_id, amount: int = Query(...)):
|
|||||||
if address.wallet_endpoint.endswith("/")
|
if address.wallet_endpoint.endswith("/")
|
||||||
else address.wallet_endpoint
|
else address.wallet_endpoint
|
||||||
)
|
)
|
||||||
print("BASE", base_url )
|
print("BASE", base_url, address )
|
||||||
async with httpx.AsyncClient() as client:
|
async with httpx.AsyncClient() as client:
|
||||||
try:
|
try:
|
||||||
call = await client.post(
|
call = await client.post(
|
||||||
|
Reference in New Issue
Block a user