This commit is contained in:
deathbybandaid 2020-12-09 09:39:33 -05:00
parent e984166780
commit 0902ddc39b

View File

@ -46,7 +46,7 @@ class OriginChannels():
else:
filters_passed.append(False)
if False in filters_passed:
if False not in filters_passed:
filtered_chan_list.append(channels_item)
return filtered_chan_list