This commit is contained in:
deathbybandaid 2020-12-09 09:52:44 -05:00
parent f32cc72ab9
commit 705430cffb

View File

@ -31,7 +31,7 @@ class OriginChannels():
if len(self.origin.filter_dict[filter_key]):
if filter_key in ["country", "language"]:
print(channels_item[filter_key]["name"])
print(channels_item[filter_key])
try:
chan_value = channels_item[filter_key]["name"]
except TypeError: