Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed Oct 6, 2024
1 parent e5fc53e commit cd7833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_tracker_bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def job():
schedule.every().day.at(scheduled_time).do(lambda: asyncio.create_task(job()))
next_run_time = schedule.next_run()
logger.info(f"The next job is scheduled to run at {next_run_time}")

while True:
await schedule.run_pending()
await asyncio.sleep(1)
Expand Down

0 comments on commit cd7833a

Please sign in to comment.