mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Cleanup
This commit is contained in:
parent
2c563338dc
commit
0bb1b94f4e
@ -677,7 +677,7 @@ class FrigateApp:
|
|||||||
self.log_queue,
|
self.log_queue,
|
||||||
self.inter_process_queue,
|
self.inter_process_queue,
|
||||||
]:
|
]:
|
||||||
while not queue.empty():
|
while queue and not queue.empty():
|
||||||
queue.get_nowait()
|
queue.get_nowait()
|
||||||
queue.close()
|
queue.close()
|
||||||
queue.join_thread()
|
queue.join_thread()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user