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
+1 -1
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():