Skip to content

Commit

Permalink
(feat) remove start call
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosofede committed Aug 29, 2024
1 parent 8dffd44 commit fde7431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routers/manage_broker_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def update_active_bots():
async def startup_event():
# Add the job to the scheduler
scheduler.add_job(update_active_bots, 'interval', seconds=10)
scheduler.start()


@router.on_event("shutdown")
Expand Down

0 comments on commit fde7431

Please sign in to comment.