diff --git a/core.py b/core.py index fdba2ad..a65c515 100755 --- a/core.py +++ b/core.py @@ -257,7 +257,7 @@ def PrintFiles(path, c_word, naming_rule, part, cn_sub, json_data, filepath, fai with open(path + "/" + number + c_word + ".nfo", "wt", encoding='UTF-8') as code: print('', file=code) print("", file=code) - print(" " + naming_rule + part + "", file=code) + print(" " + naming_rule + "", file=code) print(" ", file=code) print(" ", file=code) print(" " + studio + "+", file=code)