main.py: fix segmenter startup bug
This commit is contained in:
parent
2d2ed20bdf
commit
317df93428
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue