Skip to content

Commit

Permalink
调试去重代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Vstar authored and Amos Vstar committed Dec 15, 2024
1 parent 500c7a4 commit f1d5b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def generate_json_file(self, links, output_file):

return self.merge_json(json_file_list, output_file)

def merge_json(self, json_file_list, output_file, enable_trie_filtering=False):
def merge_json(self, json_file_list, output_file, enable_trie_filtering=True):
"""
合并 JSON 文件并进行去重(第二轮 Trie 去重为可选)。
Expand Down

0 comments on commit f1d5b96

Please sign in to comment.