From afa64f44521756170ac40d357dc6f77ca8f70e85 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 22 Apr 2025 15:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E3=80=82?= 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 c412ec2..9ecc18c 100644 --- a/main.py +++ b/main.py @@ -87,7 +87,7 @@ def main(chat_type: int): host = parsed_url.hostname or "0.0.0.0" port = parsed_url.port or 8999 - # start_fastapi_server(host, port) + start_fastapi_server(host, port) # 创建 GewechatClient 实例 client = GewechatClient(base_url, token)