From a9a2edf8c260d6511588ee349b4e213bcc238988 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Tue, 10 Dec 2019 22:52:21 -0500 Subject: [PATCH] Revert "corrected typo" This reverts commit 8a0eca2449a3d63a900c0a8599bcf97bee03dca9. --- 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 3fa9f51..a629804 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() - time.sleep(2) + tiem.sleep(2) except IOError as e: logging.info(e)