Skip to content

Commit

Permalink
fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
bebo-dot-dev committed May 18, 2021
1 parent fcc505b commit 77d53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3u-epg-editor-py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def hydrate_args_from_json(args, json_cfg_file_path):
abort_process('sortchannels is expected to be a json array in {}'.format(json_cfg_file_path), 1, args)

if "xml_sort_type" in json_data:
args.xml_sort_type = (json_data["xml_sort_type"]).encode('utf-8')
args.xml_sort_type = json_data["xml_sort_type"]

if "tvh_start" in json_data:
args.tvh_start = json_data["tvh_start"]
Expand Down

0 comments on commit 77d53cc

Please sign in to comment.