test
This commit is contained in:
parent
9afdc578fe
commit
004d464250
@ -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()):
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user