test
This commit is contained in:
parent
fa513a0a89
commit
4caccf5581
@ -85,7 +85,8 @@ class OriginChannels():
|
|||||||
filters_passed.append(filter_passed)
|
filters_passed.append(filter_passed)
|
||||||
|
|
||||||
if False not in filters_passed:
|
if False not in filters_passed:
|
||||||
filtered_chan_list.append(channels_item)
|
if channels_item["name"] not in [x["name"] for x in filtered_chan_list]:
|
||||||
|
filtered_chan_list.append(channels_item)
|
||||||
|
|
||||||
return filtered_chan_list
|
return filtered_chan_list
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user