From eef5610ef0aa926d686c20df23d43dd8cb766054 Mon Sep 17 00:00:00 2001 From: Marks Date: Tue, 22 Nov 2022 10:28:08 -0800 Subject: [PATCH] Fix tags --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)