mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -26,4 +26,7 @@ class StreamsCheckWorkflow:
|
|||||||
|
|
||||||
@workflow.run
|
@workflow.run
|
||||||
async def run(self):
|
async def run(self):
|
||||||
await check_streams_states()
|
await workflow.start_activity(
|
||||||
|
check_streams_states,
|
||||||
|
schedule_to_close_timeout=timedelta(minutes=1)
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user