From 4b9b2675e2395efca0b4105f576710faf7472d75 Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Fri, 26 Aug 2022 02:42:58 +0800 Subject: [PATCH] Remove `aaaaa=''` --- core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core.py b/core.py index 5eb2ef8..c8364ef 100644 --- a/core.py +++ b/core.py @@ -361,7 +361,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f pass print(" ", file=code) except: - aaaa = '' + pass print(" " + studio + "", file=code) print(" ", file=code) if cn_sub == '1': @@ -377,7 +377,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f print(" " + i + "", file=code) # print(" " + series + "", file=code) except: - aaaaa = '' + pass if cn_sub == '1': print(" 中文字幕", file=code) if liuchu == '流出': @@ -391,7 +391,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f print(" " + i + "", file=code) # print(" " + series + "", file=code) except: - aaaaaaaa = '' + pass print(" " + number + "", file=code) print(" " + release + "", file=code) print(" " + release + "", file=code)