This commit is contained in:
deathbybandaid 2020-12-09 09:27:34 -05:00
parent cd24f4a5b5
commit 4b26c53e94

View File

@ -25,6 +25,7 @@ class OriginChannels():
def filterlist(self, unfiltered_chan_json):
filtered_chan_list = []
for channels_item in unfiltered_chan_json:
print(channels_item)
filters_passed = True
for filter_key in list(self.origin.filter_dict.keys()):