From f7fd62225e274b9e1f63747cd32899769e6b3f48 Mon Sep 17 00:00:00 2001 From: mpmpmp42 Date: Fri, 6 May 2022 21:28:22 +0800 Subject: [PATCH] 1 --- core.py | 2 ++ 1 file changed, 2 insertions(+) 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 = ''