Fixed Ruff formatting issue introduced in previous commit.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user