From ec92084f4fd894dcd27691cb6bdf38ff1680a464 Mon Sep 17 00:00:00 2001 From: luxin Date: Wed, 12 Jan 2022 16:53:49 +0800 Subject: [PATCH] add keywords_must for python-2-7 --- data/tree.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/tree.json b/data/tree.json index f290716..3990fb7 100644 --- a/data/tree.json +++ b/data/tree.json @@ -6769,7 +6769,9 @@ } } ], - "keywords_must": [], + "keywords_must": [ + "爬虫" + ], "keywords_forbid": [] } }, -- GitLab