提交代码调整。
This commit is contained in:
2
main.py
2
main.py
@@ -87,7 +87,7 @@ def main(chat_type: int):
|
|||||||
host = parsed_url.hostname or "0.0.0.0"
|
host = parsed_url.hostname or "0.0.0.0"
|
||||||
port = parsed_url.port or 8999
|
port = parsed_url.port or 8999
|
||||||
|
|
||||||
# start_fastapi_server(host, port)
|
start_fastapi_server(host, port)
|
||||||
|
|
||||||
# 创建 GewechatClient 实例
|
# 创建 GewechatClient 实例
|
||||||
client = GewechatClient(base_url, token)
|
client = GewechatClient(base_url, token)
|
||||||
|
|||||||
Reference in New Issue
Block a user