From 53bf39c0d1050683e0ccdad743a95890048c61be Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Thu, 19 May 2022 09:29:30 +0800 Subject: [PATCH] Remove `Protagonist` --- core.py | 1 - 1 file changed, 1 deletion(-) 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: