From 440feac26e24a7a2b4f81fe95431a77cda238d53 Mon Sep 17 00:00:00 2001 From: Christopher Svensson Date: Tue, 28 Jul 2020 10:35:53 +0200 Subject: [PATCH] Removed unnecessary 'f' in print statement --- frigate/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/video.py b/frigate/video.py index 292c5dbfc..deaf9719a 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -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