This commit is contained in:
jxxghp
2025-01-09 18:53:55 +08:00
parent fabd9f2f75
commit eaca396a9f
3 changed files with 4 additions and 3 deletions

View File

@@ -587,6 +587,6 @@ class Scheduler(metaclass=Singleton):
else:
self._auth_count += 1
logger.error(f"用户认证失败{msg},共失败 {self._auth_count}")
logger.error(f"用户认证失败{msg},共失败 {self._auth_count}")
if self._auth_count >= __max_try__:
logger.error("用户认证失败次数过多,将不再尝试认证!")

View File

@@ -88,7 +88,7 @@ def user_auth():
if status:
logger.info(f"{msg} 用户认证成功")
else:
logger.info(f"用户认证失败{msg}")
logger.info(f"用户认证失败{msg}")
def check_auth():

View File

@@ -63,4 +63,5 @@ p115client==0.0.3.8.3.3
python-cookietools==0.0.2.1
aligo~=6.2.4
aiofiles~=24.1.0
jieba~=0.42.1
jieba~=0.42.1
rsa~=4.9