mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
fix black errors
This commit is contained in:
parent
c8c234b6e5
commit
1623bd03bc
@ -379,7 +379,14 @@ class CameraWatchdog(threading.Thread):
|
||||
|
||||
class CameraCapture(threading.Thread):
|
||||
def __init__(
|
||||
self, camera_name, ffmpeg_process, frame_shape, frame_queue, fps, skipped_fps, stop_event
|
||||
self,
|
||||
camera_name,
|
||||
ffmpeg_process,
|
||||
frame_shape,
|
||||
frame_queue,
|
||||
fps,
|
||||
skipped_fps,
|
||||
stop_event,
|
||||
):
|
||||
threading.Thread.__init__(self)
|
||||
self.name = f"capture:{camera_name}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user