From a6831281517e25d10ca507ddbe8b42e3a25e7825 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: Tue, 7 Jan 2025 22:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/main.py b/bin/main.py index 367c0a2..16024f1 100644 --- a/bin/main.py +++ b/bin/main.py @@ -268,8 +268,8 @@ try: #epd.Clear(0xFF) epd.sleep() except IOError as e: - logging.info(e) -except KeyboardInterrupt: + logging.info(e) +except KeyboardInterrupt: logging.info("ctrl + c:") epd.init() epd.sleep()