You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Wallet: fix output
This commit is contained in:
@@ -309,7 +309,7 @@ class NWCWallet(Wallet):
|
||||
break
|
||||
print("Waiting for relay connection...")
|
||||
if not self.connected:
|
||||
print("ERROR: could not connect to NWC relay {self.relay}, aborting...")
|
||||
print(f"ERROR: could not connect to NWC relay {self.relay}, aborting...")
|
||||
# TODO: call an error callback to notify the user
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user