Skip to content

Commit

Permalink
Update erm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahCxrest authored Jan 6, 2025
1 parent 9a0eb28 commit ad5b0a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from tasks.statistics_check import statistics_check
from tasks.change_status import change_status
from tasks.check_whitelisted_car import check_whitelisted_car
from tasks.sync_weather import sync_weather

from utils.log_tracker import LogTracker
from utils.mongo import Document
Expand Down Expand Up @@ -228,6 +229,7 @@ async def setup_hook(self) -> None:
check_whitelisted_car.start(bot)
change_status.start(bot)
process_scheduled_pms.start(bot)
sync_weather.start(bot)
logging.info("Setup_hook complete! All tasks are now running!")

async for document in self.views.db.find({}):
Expand Down

0 comments on commit ad5b0a4

Please sign in to comment.