fixed small bug
This commit is contained in:
@@ -63,4 +63,4 @@ class IndicationDriver:
|
|||||||
|
|
||||||
self._indication_loop = Thread(target = _indication_loop, args = (self, location, ))
|
self._indication_loop = Thread(target = _indication_loop, args = (self, location, ))
|
||||||
self._indication_loop.start()
|
self._indication_loop.start()
|
||||||
sleep(.1)
|
time.sleep(.1)
|
||||||
Reference in New Issue
Block a user