Update main.py

This commit is contained in:
星光-k
2025-01-12 14:08:23 +08:00
committed by GitHub
parent 26ee5bf6e7
commit 533e76d536

View File

@@ -197,6 +197,3 @@ def main():
epd.sleep() # 使屏幕进入休眠状态
epd2in13V4.epdconfig.moduleexit() # 清理资源
exit()
if __name__ == '__main__':
main()