1
This commit is contained in:
2
core.py
2
core.py
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user