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:
parent
f6bc6ebf05
commit
8943750f18
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue