This commit is contained in:
2025-04-21 20:38:36 +02:00
parent b18f717fae
commit 92be127ced
2 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ from applications.schedule_sync.synchronizer import syncronize
class ScheduleSyncActivity:
@activity.defn
@classmethod
@activity.defn
async def syncronize(cls, twitch_id: int):
streamer = await StreamerConfigRepository.get_by_twitch_id(twitch_id)