fixed small bug

This commit is contained in:
paul-loedige 2023-01-20 15:46:13 +09:00
parent 24f3baa65d
commit d13b0844cb

View File

@ -63,4 +63,4 @@ class IndicationDriver:
self._indication_loop = Thread(target = _indication_loop, args = (self, location, ))
self._indication_loop.start()
sleep(.1)
time.sleep(.1)