no comment

This commit is contained in:
dadav 2019-12-13 19:29:44 +01:00
parent e0a66f5c99
commit 00101ccd07

View File

@ -212,7 +212,7 @@ class Agent(Client, Automata, AsyncAdvertiser, AsyncTrainer):
ch = ap['channel'] ch = ap['channel']
# if we're sticking to a channel, skip anything # if we're sticking to a channel, skip anything
# which is not on that channel # which is not on that channel
if not channels or (channels and ch not in channels): if channels and ch not in channels:
continue continue
if ch not in grouped: if ch not in grouped: