更新: 2 个文件 - 2026-03-18 17:30:05

这个提交包含在:
hao
2026-03-18 17:30:05 -07:00
父节点 6dff954778
当前提交 a950845ec6
修改 2 个文件,包含 8 行新增2 行删除

查看文件

@@ -143,7 +143,9 @@ def _collect_source_candidates(
},
)
try:
items = handler(system, source)
source_with_context = dict(source)
source_with_context["_since_dt"] = since_dt
items = handler(system, source_with_context)
filtered = [item for item in items if _passes_since(item, since_dt, include_undated)]
return filtered, None
except Exception as exc: