test
This commit is contained in:
parent
cd24f4a5b5
commit
4b26c53e94
@ -25,6 +25,7 @@ class OriginChannels():
|
|||||||
def filterlist(self, unfiltered_chan_json):
|
def filterlist(self, unfiltered_chan_json):
|
||||||
filtered_chan_list = []
|
filtered_chan_list = []
|
||||||
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