Skip to content

Commit 26f28aa

Browse files
Wallet: fix output
1 parent d16b38f commit 26f28aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal_filesystem/apps/com.lightningpiggy.displaywallet/assets

internal_filesystem/apps/com.lightningpiggy.displaywallet/assets/wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def wallet_manager_thread(self):
309309
break
310310
print("Waiting for relay connection...")
311311
if not self.connected:
312-
print("ERROR: could not connect to NWC relay {self.relay}, aborting...")
312+
print(f"ERROR: could not connect to NWC relay {self.relay}, aborting...")
313313
# TODO: call an error callback to notify the user
314314
return
315315

0 commit comments

Comments
 (0)