From 3358916e4c083e25a250d04f4c86d80e070b6263 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 7 Mar 2026 13:58:03 +1100 Subject: [PATCH] f-string quote fix --- src/meshcore/commands/contact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore/commands/contact.py b/src/meshcore/commands/contact.py index 9d73f55..38282cf 100644 --- a/src/meshcore/commands/contact.py +++ b/src/meshcore/commands/contact.py @@ -131,7 +131,7 @@ class ContactCommands(CommandHandlerBase): out_path_len = int(len(path) / (2 * path_hash_size)) out_path_hash_mode = path_hash_mode - logger.debug(f"Setting {contact["adv_name"]} path to {out_path_hex} with mode {out_path_hash_mode}") + logger.debug(f"Setting {contact['adv_name']} path to {out_path_hex} with mode {out_path_hash_mode}") # reflect the change contact["out_path_hash_mode"] = path_hash_mode