Fixed Ruff formatting issue introduced in previous commit.
CD / Build (push) Successful in 8s
CI / Formatting (push) Successful in 5s
CI / Linting (push) Successful in 5s
CI / Type Checking (push) Successful in 9s
CI / Spelling (push) Successful in 6s

This commit is contained in:
2026-03-11 16:12:12 -04:00
parent a70fe972c4
commit afa1584ec5
+3 -4
View File
@@ -253,10 +253,9 @@ class StreamMonitor:
# Was the last notification sent before the stream # Was the last notification sent before the stream
# last went offline? If so, send a regular go-live # last went offline? If so, send a regular go-live
# instead of a title change to avoid confusion. # instead of a title change to avoid confusion.
if ( if self.offline_timer_cache[
self.offline_timer_cache[domain] domain
> self.notification_service.get_last_notification_time(domain) ] > self.notification_service.get_last_notification_time(domain):
):
await self.notification_service.notify_stream_live( await self.notification_service.notify_stream_live(
domain, domain,
stream_name, stream_name,