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