From c4538e2b31923c5d89e748a87fad3199b640ba92 Mon Sep 17 00:00:00 2001 From: Chock Date: Thu, 11 Feb 2021 17:40:43 +0800 Subject: [PATCH] Update core.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去除中多余的"+"号 --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 04e8b5a..e7e3975 100755 --- a/core.py +++ b/core.py @@ -447,7 +447,7 @@ def print_files(path, c_word, naming_rule, part, cn_sub, json_data, filepath, fa print(" " + naming_rule + "", file=code) print(" ", file=code) print(" ", file=code) - print(" " + studio + "+", file=code) + print(" " + studio + "", file=code) print(" " + year + "", file=code) print(" " + outline + "", file=code) print(" " + outline + "", file=code)