From 8c511083ff2cccff9396b5f1913330a1c69609ea Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 9 Aug 2025 13:39:46 -0600 Subject: [PATCH] Formatting --- frigate/comms/webpush.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/comms/webpush.py b/frigate/comms/webpush.py index b3c799287..7eb2cd0c2 100644 --- a/frigate/comms/webpush.py +++ b/frigate/comms/webpush.py @@ -378,7 +378,9 @@ class WebPushClient(Communicator): message = f"Detected on {titlecase(camera.replace('_', ' '))}" if ended: - logger.debug(f"Sending a notification with state {state} and message {message}") + logger.debug( + f"Sending a notification with state {state} and message {message}" + ) # if event is ongoing open to live view otherwise open to recordings view direct_url = f"/review?id={reviewId}" if ended else f"/#{camera}"