mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 02:54:20 +01:00
fix text
This commit is contained in:
@@ -335,7 +335,7 @@ async def receive(ctx, token: str, lock: str):
|
|||||||
# if it was not an lnbits link
|
# if it was not an lnbits link
|
||||||
if url is None:
|
if url is None:
|
||||||
url = (
|
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
|
or MINT_URL
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user