diff --git a/script/channel.py b/script/channel.py index 8ef29e58..fcc2cb78 100644 --- a/script/channel.py +++ b/script/channel.py @@ -50,7 +50,7 @@ class Channel: "resolution": self.resolution, "epg_id": self.epg_id, "options": self.__options_to_json__(), - "extra_info": self.extra_info, + "extra_info": self.extra_info } def to_m3u8(self, ambit_name, option):