@@ -116,8 +116,3 @@ def hksp_search(key, sensitive_words):
return L
except:
return []
-
-w = hksp_search("luojunhui", ["1234"])
-print(w)