删除无用空格

This commit is contained in:
星光-k
2025-01-07 22:51:33 +08:00
committed by GitHub
parent e35899b5e8
commit a683128151

View File

@@ -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()