From 8eb21afb19992d11ca770d4f204314d71e4f8261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:15:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20weather.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/weather.py b/bin/weather.py index 4a8f4f8..26ae26b 100644 --- a/bin/weather.py +++ b/bin/weather.py @@ -91,7 +91,7 @@ try: except IOError as e: logging.info(e) except KeyboardInterrupt: - logging.info("检测到键盘中断,正在优雅地退出") + logging.info("检测到键盘中断,正在退出") except Exception as e: logging.error("发生了意外错误: %s", e) exit()