mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-05-12 02:35:04 +08:00
更新 weather.py
This commit is contained in:
@@ -91,7 +91,7 @@ try:
|
|||||||
except IOError as e:
|
except IOError as e:
|
||||||
logging.info(e)
|
logging.info(e)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
logging.info("检测到键盘中断,正在优雅地退出")
|
logging.info("检测到键盘中断,正在退出")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error("发生了意外错误: %s", e)
|
logging.error("发生了意外错误: %s", e)
|
||||||
exit()
|
exit()
|
||||||
|
|||||||
Reference in New Issue
Block a user