From 1fb48c443130b4fe2020237341f51187c3be2cf5 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 22 Jan 2024 18:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E5=85=B7=E4=BD=93=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9=EF=BC=8C?= =?UTF-8?q?=E6=96=B9=E4=BE=BF=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/api/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pywxdump/api/api.py b/pywxdump/api/api.py index 940ae2b..a91324c 100644 --- a/pywxdump/api/api.py +++ b/pywxdump/api/api.py @@ -37,7 +37,6 @@ def init(): wx_path = request.json.get("wx_path", "").strip() key = request.json.get("key", "").strip() my_wxid = request.json.get("my_wxid", "").strip() - raise Exception("test") if key: # 如果key不为空,表示是解密模式 if not wx_path: return ReJson(1002)