From bb67ff7bbae585a5658e56b8c09472b61357649b Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Mon, 21 Apr 2025 23:32:55 +0200 Subject: [PATCH] Fix --- src/applications/twitch_webhook/workflows/checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/twitch_webhook/workflows/checker.py b/src/applications/twitch_webhook/workflows/checker.py index b0b29e1..1a50b11 100644 --- a/src/applications/twitch_webhook/workflows/checker.py +++ b/src/applications/twitch_webhook/workflows/checker.py @@ -7,7 +7,7 @@ from applications.temporal_worker.queues import MAIN_QUEUE from applications.twitch_webhook.activities.state_checker import check_streams_states -workflow.defn() +@workflow.defn class StreamsCheckWorkflow: @classmethod def get_schedules(cls) -> dict[str, Schedule]: