This commit is contained in:
callebtc
2022-12-27 19:32:16 +01:00
parent 639fab547e
commit 2adccfa861

View File

@@ -335,7 +335,7 @@ async def receive(ctx, token: str, lock: str):
# if it was not an lnbits link
if url is None:
url = (
input(f"Enter mint URL (or press enter for default: {MINT_URL}: ")
input(f"Enter mint URL (press enter for default {MINT_URL}): ")
or MINT_URL
)