From 317df93428667955ad5b400e108b8d7c1342ce08 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Wed, 3 Nov 2021 13:37:13 +0100 Subject: [PATCH] main.py: fix segmenter startup bug --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index b78160f..fd33c2e 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -138,8 +138,8 @@ if __name__ == "__main__": ) except Exception as e: logger.error("The segmenter control process could not be started") - else: segmenter_thread = None + else: segmenter_thread.start() # Starts the module process