提交代码调整。

This commit is contained in:
liuwei
2025-04-22 15:05:38 +08:00
parent ace81ce645
commit afa64f4452

View File

@@ -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)