This commit is contained in:
2025-02-18 20:11:49 +01:00
parent 3cd6b9ebe3
commit bb2ed88736

View File

@@ -77,7 +77,7 @@ async def check_streams_states():
@broker.task( @broker.task(
"stream_notifications.twitch.on_message", "stream_notifications.on_message",
retry_on_error=True retry_on_error=True
) )
async def on_message(event: MessageEvent): async def on_message(event: MessageEvent):