From 6c90e54728f075fd3fff80acf026c6d7b1428397 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: Fri, 17 Jan 2025 07:08:49 +0800 Subject: [PATCH] Update clean.py --- bin/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.py b/bin/clean.py index f6566e6..fe34538 100644 --- a/bin/clean.py +++ b/bin/clean.py @@ -48,7 +48,7 @@ def clear_screen(): logging.info(e) except KeyboardInterrupt: - logging.info("按下了 Ctrl+C,正在退出") + logging.info("检测到键盘中断,正在退出") epd2in13_V4.epdconfig.module_exit(cleanup=True) exit()