Skip to content
Snippets Groups Projects
Commit e19b60bb authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

.

parent 0831fafc
No related branches found
No related tags found
No related merge requests found
Pipeline #91944 passed
......@@ -425,9 +425,7 @@ while True:
# Only proceed if the message is meant for either everyone or us explicitly
try:
if '*' in payload.nodes or Session['nodename'] in payload.nodes:
pass
else:
if '*' not in payload.nodes and Session['nodename'] not in payload.nodes:
#printlog("Message not meant for us - ignoring it", loglevels.DEBUG)
continue
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment