diff --git a/core.py b/core.py
index 7505cab..c13c0c4 100644
--- a/core.py
+++ b/core.py
@@ -389,7 +389,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
print(" 无码", file=code)
if hack_word != '':
print(" 破解", file=code)
- if _4k == '4k':
+ if _4k == '1':
print(" 4k", file=code)
for i in tag:
print(" " + i + "", file=code)
@@ -401,7 +401,7 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
print(" 无码", file=code)
if hack_word != '':
print(" 破解", file=code)
- if _4k == '4k':
+ if _4k == '1':
print(" 4k", file=code)
try:
for i in tag: