From 015ad2510a71a3d44bcaa69aa85be4e594f4e3a8 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Fri, 29 Nov 2024 14:59:31 +0100 Subject: [PATCH] Fix --- src/modules/stream_notifications/twitch/webhook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/stream_notifications/twitch/webhook.py b/src/modules/stream_notifications/twitch/webhook.py index 1c9f8e6..573da87 100644 --- a/src/modules/stream_notifications/twitch/webhook.py +++ b/src/modules/stream_notifications/twitch/webhook.py @@ -24,7 +24,6 @@ class TwitchService: ONLINE_NOTIFICATION_DELAY = 15 * 60 def __init__(self, twitch: Twitch): - self.loop = get_ self.twitch = twitch async def on_channel_update(self, event: ChannelUpdateEvent):