more debub
This commit is contained in:
parent
f37af0ddf6
commit
d6f3c2f9c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue