优化代码

This commit is contained in:
chenxudong 2025-06-09 15:42:42 +08:00
parent f87e1967c7
commit 1eab7a2752
1 changed files with 1 additions and 1 deletions

View File

@ -132,6 +132,6 @@ if __name__ == '__main__':
if args.startWindow:
open_web()
else:
logger.info(f"请打开浏览器,输入 {url} 访问使用")
logger.warning(f"请打开浏览器,输入 {url} 访问使用,使用期间,请不用关闭此窗口!")
while True:
pass