This commit is contained in:
deathbybandaid 2020-12-09 09:34:59 -05:00
parent 9afdc578fe
commit 004d464250

View File

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