mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-01 07:07:14 +00:00
修复bug
This commit is contained in:
@@ -247,6 +247,8 @@ def start(first_time_init=False):
|
|||||||
"捕捉到未知异常:{}, 请前往 https://github.com/RockChinQ/QChatGPT/issues 查找或提issue".format(e))
|
"捕捉到未知异常:{}, 请前往 https://github.com/RockChinQ/QChatGPT/issues 查找或提issue".format(e))
|
||||||
known_exception_caught = True
|
known_exception_caught = True
|
||||||
raise e
|
raise e
|
||||||
|
finally:
|
||||||
|
time.sleep(12)
|
||||||
threading.Thread(
|
threading.Thread(
|
||||||
target=run_bot_wrapper
|
target=run_bot_wrapper
|
||||||
).start()
|
).start()
|
||||||
|
|||||||
Reference in New Issue
Block a user