Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaif-00z authored Sep 9, 2024
1 parent 5189139 commit 9629595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, bot: TelegramClient):
self.anime_timing, "cron", hour=0, minute=30
) # 12:30 AM IST
if Var.RESTART_EVERDAY:
self.sch.add_job(self.restart, "corn", hour=2, minute=1) # 2:01 AM IST
self.sch.add_job(self.restart, "cron", hour=2, minute=1) # 2:01 AM IST
self.sch.start()

async def anime_timing(self):
Expand Down

0 comments on commit 9629595

Please sign in to comment.