remove try catch
This commit is contained in:
parent
5387a5163b
commit
fe4b0a0313
@ -95,23 +95,23 @@ def monitor(charge_point_power):
|
||||
|
||||
#drawblack.text((100, 80), str(charge_point_power), font = font16, fill = 0)
|
||||
|
||||
try:
|
||||
epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
|
||||
|
||||
#logging.info("Clear...")
|
||||
#epd.init()
|
||||
#epd.Clear()
|
||||
epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRYimage))
|
||||
|
||||
logging.info("Goto Sleep...")
|
||||
epd.sleep()
|
||||
#logging.info("Clear...")
|
||||
#epd.init()
|
||||
#epd.Clear()
|
||||
|
||||
except IOError as e:
|
||||
logging.info(e)
|
||||
logging.info("Goto Sleep...")
|
||||
epd.sleep()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
logging.info("ctrl + c:")
|
||||
epd2in13b_V3.epdconfig.module_exit()
|
||||
exit()
|
||||
#except IOError as e:
|
||||
# logging.info(e)
|
||||
|
||||
#except KeyboardInterrupt:
|
||||
# logging.info("ctrl + c:")
|
||||
# epd2in13b_V3.epdconfig.module_exit()
|
||||
# exit()
|
||||
|
||||
#client.loop_forever()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user