This commit is contained in:
deathbybandaid 2020-12-09 12:34:20 -05:00
parent 43ef871535
commit 7cccfa155d

View File

@ -53,6 +53,8 @@ class OriginChannels():
def filterlist(self):
print(self.origin.filter_dict)
filtered_chan_list = []
for channels_item in self.unfiltered_chan_list:
filters_passed = []