diff --git a/core.py b/core.py index aebcf86..e64c2f5 100644 --- a/core.py +++ b/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: print(" ", file=code) print(" " + key + "", file=code) - print(" Protagonist", file=code) try: print(" " + actor_photo.get(str(key)) + "", file=code) except: