From 8a0eca2449a3d63a900c0a8599bcf97bee03dca9 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Tue, 10 Dec 2019 22:48:35 -0500 Subject: [PATCH] corrected typo --- RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py b/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py index a629804..3fa9f51 100644 --- a/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py +++ b/RaspberryPi&JetsonNano/python/examples/epd_2in7_test.py @@ -106,7 +106,7 @@ try: logging.info("Goto Sleep...") epd.sleep() - tiem.sleep(2) + time.sleep(2) except IOError as e: logging.info(e)