mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 19:14:19 +01:00
Wallet: fix nostr receive cli linebreak prints (#462)
This commit is contained in:
@@ -513,8 +513,7 @@ async def receive_cli(
|
||||
elif nostr:
|
||||
await receive_nostr(wallet)
|
||||
# exit on keypress
|
||||
print("Press any key to exit.")
|
||||
click.getchar()
|
||||
input("Enter any text to exit.")
|
||||
print("Exiting.")
|
||||
os._exit(0)
|
||||
elif all:
|
||||
|
||||
Reference in New Issue
Block a user