From 1eab7a2752c430c121bf4ee00c9884fa59d643a6 Mon Sep 17 00:00:00 2001 From: chenxudong Date: Mon, 9 Jun 2025 15:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.py b/src/start.py index 05a31ca..2e95aaa 100644 --- a/src/start.py +++ b/src/start.py @@ -132,6 +132,6 @@ if __name__ == '__main__': if args.startWindow: open_web() else: - logger.info(f"请打开浏览器,输入 {url} 访问使用") + logger.warning(f"请打开浏览器,输入 {url} 访问使用,使用期间,请不用关闭此窗口!") while True: pass \ No newline at end of file