From 101f5630a179497f5b7a3251abf6fe96be8750e4 Mon Sep 17 00:00:00 2001 From: jshixiong <2645476194@qq.com> Date: Wed, 14 May 2025 11:44:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/login_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/login_info.py b/app/login_info.py index 0cc768d..a69c18b 100644 --- a/app/login_info.py +++ b/app/login_info.py @@ -47,4 +47,5 @@ def get_online_size(): except Exception as e: # 处理可能的请求错误 logging.info(f"online_size请求发生错误: {e}") - return 0 \ No newline at end of file + + return 0 \ No newline at end of file