mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-07 22:36:02 +00:00
fix: 启动时的提示语判断不正确
This commit is contained in:
5
main.py
5
main.py
@@ -86,7 +86,10 @@ def main(first_time_init=False):
|
||||
qq_bot_thread.start()
|
||||
|
||||
time.sleep(2)
|
||||
logging.info('程序启动完成', ',如长时间未显示 ”成功登录到账号xxxxx“ ,并且不回复消息,请查看 https://github.com/RockChinQ/QChatGPT/issues/37' if first_time_init else '')
|
||||
if first_time_init:
|
||||
logging.info('程序启动完成,如长时间未显示 ”成功登录到账号xxxxx“ ,并且不回复消息,请查看 https://github.com/RockChinQ/QChatGPT/issues/37')
|
||||
else:
|
||||
logging.info('热重载完成')
|
||||
|
||||
while True:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user