mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-23 19:11:14 +01:00
fix detector cleanup
This commit is contained in:
parent
4363623c45
commit
0280610e96
@ -312,7 +312,7 @@ def main():
|
||||
shm.close()
|
||||
shm.unlink()
|
||||
|
||||
for detector in detectors:
|
||||
for detector in detectors.values():
|
||||
detector.stop()
|
||||
for shm in camera_shms:
|
||||
shm.close()
|
||||
|
Loading…
Reference in New Issue
Block a user