mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Whoops. I might have forgotten to save.
Truly an amateur mistake.
This commit is contained in:
parent
8278f4260f
commit
51b084e3dd
@ -38,7 +38,6 @@ def output_frames(
|
||||
stop_event = mp.Event()
|
||||
|
||||
def receiveSignal(signalNumber, frame):
|
||||
logger.debug(f"Output frames process received signal {signalNumber}")
|
||||
stop_event.set()
|
||||
|
||||
signal.signal(signal.SIGTERM, receiveSignal)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user