mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-18 13:47:20 +02:00
fix detector cleanup
This commit is contained in:
parent
0b51f58de0
commit
c9d7fbbd12
@ -312,7 +312,7 @@ def main():
|
|||||||
shm.close()
|
shm.close()
|
||||||
shm.unlink()
|
shm.unlink()
|
||||||
|
|
||||||
for detector in detectors:
|
for detector in detectors.values():
|
||||||
detector.stop()
|
detector.stop()
|
||||||
for shm in camera_shms:
|
for shm in camera_shms:
|
||||||
shm.close()
|
shm.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user