Skip to content

Commit

Permalink
Remove unnecessary coma
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobo Rodriguez committed Jun 14, 2019
1 parent f6bc6eb commit 8943750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def to_json(self):
"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):
Expand Down

0 comments on commit 8943750

Please sign in to comment.