Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinp-42 committed May 6, 2022
1 parent 92de4d4 commit f7fd622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
for key in actor_list:
print(" <actor>", file=code)
print(" <name>" + key + "</name>", file=code)
print(" <role>Protagonist</role>", file=code)
print(" <thumb>" + actor_photo.get(str(key)) + "</thumb>", file=code)
print(" </actor>", file=code)
except:
aaaa = ''
Expand Down

0 comments on commit f7fd622

Please sign in to comment.