test
This commit is contained in:
parent
c25357ecc1
commit
b555ac1dd0
@ -39,6 +39,7 @@ class OriginChannels():
|
||||
elif filter_key in ["category"]:
|
||||
chan_value = channels_item[filter_key]
|
||||
|
||||
if str(chan_value).lower() in [x.lower() for x in self.origin.filter_dict[filter_key]]:
|
||||
print(chan_value)
|
||||
|
||||
if (not chan_value or
|
||||
|
||||
Loading…
Reference in New Issue
Block a user