This commit is contained in:
deathbybandaid 2020-12-09 09:52:24 -05:00
parent 5731cbd8cc
commit f32cc72ab9

View File

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