Update core.py

去除<studio></studio>中多余的"+"号
This commit is contained in:
Chock
2021-02-11 17:40:43 +08:00
committed by GitHub
parent 95b07ec60a
commit c4538e2b31

View File

@@ -447,7 +447,7 @@ def print_files(path, c_word, naming_rule, part, cn_sub, json_data, filepath, fa
print(" <title>" + naming_rule + "</title>", file=code)
print(" <set>", file=code)
print(" </set>", file=code)
print(" <studio>" + studio + "+</studio>", file=code)
print(" <studio>" + studio + "</studio>", file=code)
print(" <year>" + year + "</year>", file=code)
print(" <outline>" + outline + "</outline>", file=code)
print(" <plot>" + outline + "</plot>", file=code)