Skip to content

Commit 00e5bf4

Browse files
committed
remove public from to list (already in channels)
1 parent b6d797e commit 00e5bf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/meshcore_cli/meshcore_cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ def make_completion_dict(contacts, pending={}, to=None, channels=None):
339339
if not process_event_message.last_node is None:
340340
to_list["!"] = None
341341
to_list[".."] = None
342-
to_list["public"] = None
343342

344343
it = iter(contacts.items())
345344
for c in it :

0 commit comments

Comments
 (0)