Revert "corrected typo"

This reverts commit 8a0eca2449.
This commit is contained in:
Brian Y 2019-12-10 22:52:21 -05:00
commit a9a2edf8c2

View file

@ -106,7 +106,7 @@ try:
logging.info("Goto Sleep...") logging.info("Goto Sleep...")
epd.sleep() epd.sleep()
time.sleep(2) tiem.sleep(2)
except IOError as e: except IOError as e:
logging.info(e) logging.info(e)