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