This commit is contained in:
Marks
2022-11-22 10:28:08 -08:00
parent 35d4f91676
commit eef5610ef0

View File

@@ -399,7 +399,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
if hack_word != '': if hack_word != '':
print(" <genre>破解</genre>", file=code) print(" <genre>破解</genre>", file=code)
if _4k == '4k': if _4k == '4k':
print(" <tag>4k</tag>", file=code) print(" <genre>4k</genre>", file=code)
try: try:
for i in tag: for i in tag:
print(" <genre>" + i + "</genre>", file=code) print(" <genre>" + i + "</genre>", file=code)