From b25e3cf5f50f4320c88188c323b2ddbbe4f54dc3 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 21 May 2025 02:03:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20dump=5Fkeyword=5Ft?= =?UTF-8?q?itle.py=20=E4=B8=AD=E7=9A=84=E7=BA=A7=E5=88=AB=E5=88=A4?= =?UTF-8?q?=E6=96=AD=EF=BC=8C=E5=B0=86=20level=202=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20level=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dump_keyword_title.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump_keyword_title.py b/dump_keyword_title.py index 81e77ed..014b7c8 100644 --- a/dump_keyword_title.py +++ b/dump_keyword_title.py @@ -22,7 +22,7 @@ def main(): push = db.push_l0 elif args.level == 1: push = db.push_l1 - elif args.level == 2: + elif args.level == 9: push = db.push_l2 else: return