This commit is contained in:
deathbybandaid 2020-12-09 09:45:35 -05:00
parent 9fb6efe6c9
commit cab9563f2e

View File

@ -47,7 +47,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)
print(filters_passed) if True in filters_passed:
print(filters_passed)
return filtered_chan_list return filtered_chan_list