Skip to content

Commit

Permalink
Remove Protagonist
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop committed May 19, 2022
1 parent f0c776e commit 53bf39c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ 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)
try:
print(" <thumb>" + actor_photo.get(str(key)) + "</thumb>", file=code)
except:
Expand Down

0 comments on commit 53bf39c

Please sign in to comment.