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:
|
elif nostr:
|
||||||
await receive_nostr(wallet)
|
await receive_nostr(wallet)
|
||||||
# exit on keypress
|
# exit on keypress
|
||||||
print("Press any key to exit.")
|
input("Enter any text to exit.")
|
||||||
click.getchar()
|
|
||||||
print("Exiting.")
|
print("Exiting.")
|
||||||
os._exit(0)
|
os._exit(0)
|
||||||
elif all:
|
elif all:
|
||||||
|
|||||||
Reference in New Issue
Block a user