diff --git a/src/modules/stream_notifications/twitch/webhook.py b/src/modules/stream_notifications/twitch/webhook.py index a5efc1d..9d6402e 100644 --- a/src/modules/stream_notifications/twitch/webhook.py +++ b/src/modules/stream_notifications/twitch/webhook.py @@ -44,6 +44,8 @@ class TwitchService: await eventsub.listen_stream_online(str(streamer.twitch.id), self.on_stream_online) else: raise ValueError("Unknown method") + + return except Exception as e: if retry <= 0: raise e