diff --git a/core.py b/core.py index 03d9cc3..aebcf86 100644 --- a/core.py +++ b/core.py @@ -369,7 +369,10 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f print(" ", file=code) print(" " + key + "", file=code) print(" Protagonist", file=code) - print(" " + actor_photo.get(str(key)) + "", file=code) + try: + print(" " + actor_photo.get(str(key)) + "", file=code) + except: + pass print(" ", file=code) except: aaaa = ''