mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-05 19:02:38 +00:00
chore(cron): remove redundant timer comment
This commit is contained in:
parent
f3979c0ee6
commit
9877195de5
@ -226,7 +226,6 @@ class CronService:
|
||||
|
||||
async def _on_timer(self) -> None:
|
||||
"""Handle timer tick - run due jobs."""
|
||||
# Pick up external CLI/file changes before deciding due jobs.
|
||||
self._load_store()
|
||||
if not self._store:
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user