Remove Protagonist
This commit is contained in:
1
core.py
1
core.py
@@ -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:
|
for key in actor_list:
|
||||||
print(" <actor>", file=code)
|
print(" <actor>", file=code)
|
||||||
print(" <name>" + key + "</name>", file=code)
|
print(" <name>" + key + "</name>", file=code)
|
||||||
print(" <role>Protagonist</role>", file=code)
|
|
||||||
try:
|
try:
|
||||||
print(" <thumb>" + actor_photo.get(str(key)) + "</thumb>", file=code)
|
print(" <thumb>" + actor_photo.get(str(key)) + "</thumb>", file=code)
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user