Formatting

This commit is contained in:
Nicolas Mowen 2025-08-09 13:39:46 -06:00
parent 686fdef665
commit 8c511083ff

View File

@ -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}"