This commit is contained in:
mpmpmp42
2022-05-06 21:28:22 +08:00
parent 92de4d4bbe
commit f7fd62225e

View File

@@ -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: 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)
print(" <thumb>" + actor_photo.get(str(key)) + "</thumb>", file=code)
print(" </actor>", file=code) print(" </actor>", file=code)
except: except:
aaaa = '' aaaa = ''