From 8943750f18d72faf576064188703a4f59543bcd1 Mon Sep 17 00:00:00 2001 From: Jacobo Rodriguez <> Date: Fri, 14 Jun 2019 06:52:10 +0200 Subject: [PATCH] Remove unnecessary coma --- script/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):