mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
Fix typo
This commit is contained in:
parent
039986dc31
commit
90767070df
@ -100,7 +100,7 @@ def run_detector(
|
||||
setproctitle(f"frigate.detector.{name}")
|
||||
listen()
|
||||
|
||||
stop_even: MpEvent = mp.Event()
|
||||
stop_event: MpEvent = mp.Event()
|
||||
|
||||
def receiveSignal(signalNumber, frame):
|
||||
stop_event.set()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user