diff --git a/src/modules/stream_notifications/twitch/webhook.py b/src/modules/stream_notifications/twitch/webhook.py index b2a884d..a5efc1d 100644 --- a/src/modules/stream_notifications/twitch/webhook.py +++ b/src/modules/stream_notifications/twitch/webhook.py @@ -81,6 +81,7 @@ class TwitchService: twitch=self.twitch, message_deduplication_history_length=50 ) + eventsub.wait_for_subscription_confirm_timeout = 60 streamers = await StreamerConfigRepository.all()