fix
This commit is contained in:
parent
055d58bc34
commit
2ba9f2798b
@ -107,8 +107,6 @@ def run():
|
||||
|
||||
logging.info("Goto Sleep...")
|
||||
epd.sleep()
|
||||
|
||||
client.loop_forever()
|
||||
|
||||
except IOError as e:
|
||||
logging.info(e)
|
||||
@ -117,7 +115,8 @@ def run():
|
||||
logging.info("ctrl + c:")
|
||||
epd2in13b_V3.epdconfig.module_exit()
|
||||
exit()
|
||||
|
||||
|
||||
client.loop_forever()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user