test
This commit is contained in:
parent
85e42a7ddc
commit
fd361e0545
@ -61,9 +61,6 @@ class OriginChannels():
|
|||||||
filter_passed = False
|
filter_passed = False
|
||||||
|
|
||||||
filters_passed.append(filter_passed)
|
filters_passed.append(filter_passed)
|
||||||
if filter_passed and filter_key == "country":
|
|
||||||
if "us" in [x.lower() for x in self.origin.filter_dict[filter_key]]:
|
|
||||||
print("test passed")
|
|
||||||
|
|
||||||
if False not in filters_passed:
|
if False not in filters_passed:
|
||||||
filtered_chan_list.append(channels_item)
|
filtered_chan_list.append(channels_item)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user