corrected typo
This commit is contained in:
parent
b044e93764
commit
8a0eca2449
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ try:
|
||||||
|
|
||||||
logging.info("Goto Sleep...")
|
logging.info("Goto Sleep...")
|
||||||
epd.sleep()
|
epd.sleep()
|
||||||
tiem.sleep(2)
|
time.sleep(2)
|
||||||
|
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
logging.info(e)
|
logging.info(e)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue