mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-13 13:47:36 +02:00
Removed unnecessary 'f' in print statement
This commit is contained in:
parent
6007829bbf
commit
440feac26e
@ -191,7 +191,7 @@ def track_camera(name, config, global_objects_config, frame_queue, frame_shape,
|
||||
if 'mask' in config:
|
||||
mask = cv2.imread("/config/{}".format(config['mask']), cv2.IMREAD_GRAYSCALE)
|
||||
if mask.size == 0:
|
||||
print(f"Failed to read mask file")
|
||||
print("Failed to read mask file")
|
||||
else:
|
||||
mask = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user