main: add ready light
This commit is contained in:
parent
c82868a79d
commit
cbed5e4d18
|
@ -128,6 +128,7 @@ if __name__ == "__main__":
|
|||
segmenter_thread.start()
|
||||
|
||||
logger.success("Looks like everything is set up and running, have fun!")
|
||||
planktoscope.light.ready()
|
||||
|
||||
while run:
|
||||
# TODO look into ways of restarting the dead threads
|
||||
|
|
Loading…
Reference in a new issue