We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16b38f commit 26f28aaCopy full SHA for 26f28aa
1 file changed
internal_filesystem/apps/com.lightningpiggy.displaywallet/assets/wallet.py
@@ -309,7 +309,7 @@ def wallet_manager_thread(self):
309
break
310
print("Waiting for relay connection...")
311
if not self.connected:
312
- print("ERROR: could not connect to NWC relay {self.relay}, aborting...")
+ print(f"ERROR: could not connect to NWC relay {self.relay}, aborting...")
313
# TODO: call an error callback to notify the user
314
return
315
0 commit comments