diff --git a/indication_driver.py b/indication_driver.py index e2c78d8..11f8b95 100644 --- a/indication_driver.py +++ b/indication_driver.py @@ -63,4 +63,4 @@ class IndicationDriver: self._indication_loop = Thread(target = _indication_loop, args = (self, location, )) self._indication_loop.start() - sleep(.1) \ No newline at end of file + time.sleep(.1) \ No newline at end of file