This commit is contained in:
deathbybandaid 2020-12-09 09:53:59 -05:00
parent 705430cffb
commit d6ccabac2c

View File

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