test
This commit is contained in:
parent
a33cc54882
commit
085acb6c1a
@ -34,6 +34,7 @@ class OriginChannels():
|
||||
if isinstance(channels_item[filter_key], list):
|
||||
if len(channels_item[filter_key]):
|
||||
chan_values = [x["name"] for x in channels_item[filter_key]]
|
||||
print(chan_values)
|
||||
else:
|
||||
chan_values = [channels_item[filter_key]["name"]]
|
||||
elif filter_key in ["category"]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user