My episode 3 xml was called WalkingDead103.updated.json.
Since the script looks for WalkingDead103.json it doesn't work.
once i opened the python script with notepad and changed line 5 to:
json_name = name_base + ".updated.json"
everything works.
Thanks Djndb!
|