fixed cropping of some bouquets names

This commit is contained in:
DYefremov
2018-10-25 16:39:54 +03:00
parent 9d7fef36c2
commit 4210c44ee9

View File

@@ -75,7 +75,7 @@ def get_bouquet(path, name, bq_type):
name, desc = str(ch_data[-1]).split("\n#DESCRIPTION")
services.append(BouquetService(name, BqServiceType.DEFAULT, fav_id, 0))
return srvs[0].strip("#NAME").strip(), services
return srvs[0].lstrip("#NAME").strip(), services
def parse_bouquets(path, bq_name, bq_type):