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)