mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Removed os._exit call that bypasses finalization
If you're having to os._exit at the end of the program, you've done something wrong. Fix what you did wrong instead.
This commit is contained in:
parent
75d531285a
commit
c37e629691
@ -725,5 +725,3 @@ class FrigateApp:
|
||||
shm = self.detection_shms.pop()
|
||||
shm.close()
|
||||
shm.unlink()
|
||||
|
||||
os._exit(os.EX_OK)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user