修改依赖的引用方式

This commit is contained in:
Your Name
2023-04-23 23:39:54 +08:00
parent 3814c3a915
commit 59bed52faf
2 changed files with 9 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ class NewBingHandle(Process):
def check_dependency(self):
try:
self.success = False
import rich
import certifi, httpx, rich
self.info = "依赖检测通过等待NewBing响应。注意目前不能多人同时调用NewBing接口有线程锁否则将导致每个人的NewBing问询历史互相渗透。调用NewBing时会自动使用已配置的代理。"
self.success = True
except: