From 5a13e60587e84b24a821b0625ec7ed6935983d20 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 3 Jan 2023 17:06:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=AF=E5=8A=A8=E6=97=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8A=A5=E9=94=99=E8=A7=A3=E5=86=B3=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.py b/main.py index 8bc06b7f..9805b984 100644 --- a/main.py +++ b/main.py @@ -88,6 +88,12 @@ def main(first_time_init=False): time.sleep(2) if first_time_init: logging.info('程序启动完成,如长时间未显示 ”成功登录到账号xxxxx“ ,并且不回复消息,请查看 https://github.com/RockChinQ/QChatGPT/issues/37') + logging.info("如报错 \"TypeError: run() got an ... argument 'debug'\" ," + "请查看 https://github.com/RockChinQ/QChatGPT/issues/82") + logging.info("如报错 \"TypeError: As of 3.10, the *loop* parameter ... it is no longer necessary\" ," + "请查看 https://github.com/RockChinQ/QChatGPT/issues/5") + logging.info("如报错 \"server rejected WebSocket connection: HTTP 404\" ," + "请查看 https://github.com/RockChinQ/QChatGPT/issues/22") else: logging.info('热重载完成')