This commit is contained in:
deathbybandaid 2020-12-09 10:13:54 -05:00
parent d146bb942a
commit d37548dc46

View File

@ -55,6 +55,8 @@ class OriginChannels():
if False not in filters_passed: if False not in filters_passed:
filtered_chan_list.append(channels_item) filtered_chan_list.append(channels_item)
if True in filters_passed:
print(filters_passed)
return filtered_chan_list return filtered_chan_list