From cbed5e4d1840c760d477d8bc71a7ea4787e2dd37 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Mon, 30 Nov 2020 11:45:59 +0100 Subject: [PATCH] main: add ready light --- scripts/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/main.py b/scripts/main.py index c243b9f..ef8ce46 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -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