Skip to content

Commit

Permalink
[bouquetswriter] Remove empty #DESCRIPTION lines
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuBaniaz committed Oct 28, 2023
1 parent e943a28 commit 8be8257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoBouquetsMaker/src/scanner/bouquetswriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ def bouquetServiceLine(self, service):
)

def spacer(self):
return "#SERVICE 1:320:0:0:0:0:0:0:0:0:\n#DESCRIPTION \n"
return "#SERVICE 1:320:0:0:0:0:0:0:0:0:\n"

def utf8_convert(self, text):
for encoding in ["utf8", "latin1"]:
Expand Down

0 comments on commit 8be8257

Please sign in to comment.