mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
f-string quote fix
This commit is contained in:
parent
0bfa8003d5
commit
3358916e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue