mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 18:06:06 +00:00
fix: 错误的项目issue链接
This commit is contained in:
@@ -162,7 +162,7 @@ def main(first_time_init=False):
|
|||||||
known_exception_caught = True
|
known_exception_caught = True
|
||||||
else:
|
else:
|
||||||
logging.error(
|
logging.error(
|
||||||
"捕捉到未知异常:{}, 请前往 https://github.com/RockChinQ/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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user