This commit is contained in:
deathbybandaid 2020-12-09 10:32:51 -05:00
parent 1d100667c1
commit 7698f30448

View File

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