1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2024-11-22 08:53:35 +01:00

Remove unnecessary coma

This commit is contained in:
Jacobo Rodriguez 2019-06-14 06:52:10 +02:00
parent f6bc6ebf05
commit 8943750f18

View file

@ -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):