fix(memory,curator): the leisure plan is not news for the curator
This commit is contained in:
@@ -12,6 +12,7 @@ from beaver_agent.memory.watch import CURATOR_WATCH
|
||||
from beaver_agent.vault import (
|
||||
CURATOR_JOURNAL,
|
||||
DAYS,
|
||||
LEISURE,
|
||||
REPLIES,
|
||||
STATE,
|
||||
STATE_MAX_LINES,
|
||||
@@ -59,6 +60,7 @@ async def curate(run: JobRun) -> None:
|
||||
replies_dir=REPLIES,
|
||||
watched=CURATOR_WATCH,
|
||||
tz=TZ,
|
||||
skip=(LEISURE,),
|
||||
)
|
||||
if text is None:
|
||||
_log.info("curator: nothing new since the last run")
|
||||
|
||||
Reference in New Issue
Block a user