Skip to content

Commit

Permalink
Using google and HA api in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Endyya committed Nov 29, 2024
1 parent 39f9d26 commit 9dd0765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SilicaAnimus/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def wrapper(*args, **kwargs):
async def main() -> None:
logging.basicConfig(stream=sys.stdout, level=logging.INFO)

silica_animus = SilicaAnimus(discord_only = True)
silica_animus = SilicaAnimus(discord_only = False)
await silica_animus.run()


Expand Down

0 comments on commit 9dd0765

Please sign in to comment.