mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 02:54:20 +01:00
refactor
This commit is contained in:
@@ -333,10 +333,8 @@ async def receive(ctx, token: str, lock: str):
|
||||
)
|
||||
|
||||
# if it was not an lnbits link
|
||||
if not url:
|
||||
url = (
|
||||
input(f"Enter mint URL (press enter for default {MINT_URL}): ")
|
||||
or MINT_URL
|
||||
url = url or (
|
||||
input(f"Enter mint URL (press enter for default {MINT_URL}): ") or MINT_URL
|
||||
)
|
||||
|
||||
# and add url and keyset id to token
|
||||
|
||||
Reference in New Issue
Block a user