Remove Protagonist

This commit is contained in:
yoshiko2
2022-05-19 09:29:30 +08:00
parent f0c776e254
commit 53bf39c0d1

View File

@@ -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: