This commit is contained in:
deathbybandaid 2020-12-09 09:39:44 -05:00
parent 0902ddc39b
commit 0d0bb302fa

View File

@ -24,7 +24,6 @@ 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:
filters_passed = [] filters_passed = []
for filter_key in list(self.origin.filter_dict.keys()): for filter_key in list(self.origin.filter_dict.keys()):