diff --git a/constants.py b/constants.py index ca38957..663fe72 100644 --- a/constants.py +++ b/constants.py @@ -31,7 +31,7 @@ class XMLTV: def add_programme(self, channel, title, desc, start, stop, category, attr, icon): # TODO: add `duo` attribute (bilingual) - programme = ''.format(start, stop, channel) + programme = ''.format(start, stop, channel) programme += '{}'.format(title) programme += '{}'.format(desc) programme += '{}'.format(category)