This commit is contained in:
deathbybandaid 2020-12-09 09:40:13 -05:00
parent 0d0bb302fa
commit 03635470b5

View File

@ -47,6 +47,7 @@ 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)
return filtered_chan_list return filtered_chan_list