Skip to content

Commit

Permalink
feat: run
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Jul 25, 2024
1 parent 2d3b297 commit f660997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main_ez.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
thermos_runner,
contigo_runner,
luminol_runner,
geysermc_runner,
)
from src.utils import SyncLogger, init_settings, read_settings, argument_parser
from src import __version__
Expand Down Expand Up @@ -79,7 +80,7 @@ async def update_default():
asyncio.create_task(thermos_runner()),
asyncio.create_task(contigo_runner()),
asyncio.create_task(luminol_runner()),

asyncio.create_task(geysermc_runner()),
]
for task in tasks:
await task
Expand Down

0 comments on commit f660997

Please sign in to comment.