fixed small bug
This commit is contained in:
parent
24f3baa65d
commit
d13b0844cb
@ -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)
|
Loading…
x
Reference in New Issue
Block a user