From de67c5d4cde30d18e18d7d6cd42d137cf4c640a4 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Sun, 5 Jun 2022 21:23:37 +0800 Subject: [PATCH] Remove `series` in `` and `` in nfo file (`series` in ``) --- core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.py b/core.py index 5637803..e698ab5 100644 --- a/core.py +++ b/core.py @@ -374,7 +374,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f try: for i in tag: print(" " + i + "", file=code) - print(" " + series + "", file=code) + # print(" " + series + "", file=code) except: aaaaa = '' if cn_sub == '1': @@ -388,7 +388,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f try: for i in tag: print(" " + i + "", file=code) - print(" " + series + "", file=code) + # print(" " + series + "", file=code) except: aaaaaaaa = '' print(" " + number + "", file=code)