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)