From ac77356c4c089b44db941cdb6a900fb9366530e4 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sun, 17 Nov 2024 23:05:36 +0100 Subject: [PATCH] Update --- src/modules/stream_notifications/twitch/webhook.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/stream_notifications/twitch/webhook.py b/src/modules/stream_notifications/twitch/webhook.py index b6f459e..e2d7c3c 100644 --- a/src/modules/stream_notifications/twitch/webhook.py +++ b/src/modules/stream_notifications/twitch/webhook.py @@ -90,11 +90,6 @@ class TwitchService: try: eventsub.start() - logger.info("Unsubscribe from all events...") - await eventsub.unsubscribe_all() - await sleep(5) - logger.info("Unsubscribe from all events done") - logger.info("Subscribe to events...") await gather( *[self.subscribe_to_streamer(eventsub, streamer) for streamer in streamers]