diff --git a/core.py b/core.py
index 5637803..e698ab5 100644
--- a/core.py
+++ b/core.py
@@ -374,7 +374,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
try:
for i in tag:
print(" " + i + "", file=code)
- print(" " + series + "", file=code)
+ # print(" " + series + "", file=code)
except:
aaaaa = ''
if cn_sub == '1':
@@ -388,7 +388,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
try:
for i in tag:
print(" " + i + "", file=code)
- print(" " + series + "", file=code)
+ # print(" " + series + "", file=code)
except:
aaaaaaaa = ''
print(" " + number + "", file=code)