Newbing组件已不再维护

This commit is contained in:
qingxu fu 2023-10-25 11:56:20 +08:00
parent 00076cc6f4
commit 706a239232

View File

@ -141,10 +141,10 @@ class NewBingHandle(Process):
except:
self.success = False
tb_str = '\n```\n' + trimmed_format_exc() + '\n```\n'
self.child.send(f'[Local Message] 不能加载Newbing组件{tb_str}')
self.child.send(f'[Local Message] 不能加载Newbing组件请注意Newbing组件已不再维护{tb_str}')
self.child.send('[Fail]')
self.child.send('[Finish]')
raise RuntimeError(f"不能加载Newbing组件")
raise RuntimeError(f"不能加载Newbing组件请注意Newbing组件已不再维护")
self.success = True
try: