diff --git a/src/SilicaAnimus/silica_animus.py b/src/SilicaAnimus/silica_animus.py index 1efbe85..c052c88 100644 --- a/src/SilicaAnimus/silica_animus.py +++ b/src/SilicaAnimus/silica_animus.py @@ -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