Skip to content

Commit

Permalink
fixed hello asso client not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
Endyya committed Nov 29, 2024
1 parent 50f833f commit bb0dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SilicaAnimus/silica_animus.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ async def run(self) -> bool:

async with asyncio.TaskGroup() as tg:
tg.create_task(self.discord_client.start())
#tg.create_task(self.helloasso_client.start())
tg.create_task(self.helloasso_client.start())

return True

0 comments on commit bb0dbfa

Please sign in to comment.