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