Add comment

This commit is contained in:
dgtlmoon
2022-08-01 19:30:04 +02:00
parent 3cc7b8e489
commit 27117b324d

View File

@@ -10,6 +10,7 @@ import multiprocessing
if __name__ == '__main__':
# The only way I could find to get Flask to shutdown, is to wrap it and then rely on the subsystem issuing SIGTERM/SIGKILL
parse_process = multiprocessing.Process(target=changedetection.main)
parse_process.daemon = True
parse_process.start()