From 6a5eee34cad03991755309815e9c7e5bf52e44a8 Mon Sep 17 00:00:00 2001 From: feilong Date: Wed, 23 Mar 2022 23:28:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E5=A5=BD=E4=BA=91=E5=8E=9F?= =?UTF-8?q?=E7=94=9F=E5=85=A5=E9=97=A8+fix1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0f08575..378fd98 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,5 @@ from skill_tree.tree import TreeWalker if __name__ == '__main__': - walker = TreeWalker("data", "cloud_native", "云原生", ignore_keywords=True) + walker = TreeWalker("data", "cloud_native", "云原生入门", ignore_keywords=True) walker.walk() -- GitLab