diff --git a/core.py b/core.py index 18b59e2..5637803 100644 --- a/core.py +++ b/core.py @@ -337,8 +337,10 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f print(" ", file=code) print(" JP-18+", file=code) print(" JP-18+", file=code) - print(" ", file=code) - print(" ", file=code) + try: + print(" " + series + "", file=code) + except: + print(" ", file=code) print(" " + studio + "", file=code) print(" " + year + "", file=code) print(" ", file=code)