Wallet: fix nostr receive cli linebreak prints (#462)

This commit is contained in:
callebtc
2024-02-26 01:49:51 +01:00
committed by GitHub
parent a77b7dd5e8
commit cfebf70a0a

View File

@@ -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: