diff --git a/core.py b/core.py index 3563eb3..6465a1e 100644 --- a/core.py +++ b/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(" ", file=code) print(" " + key + "", file=code) + print(" Protagonist", file=code) + print(" " + actor_photo.get(str(key)) + "", file=code) print(" ", file=code) except: aaaa = ''