fix fish weight calculation by using correct parameters. output video

This commit is contained in:
zaiun xu
2026-04-14 20:55:15 +08:00
parent 8497d0eb1d
commit af67f61b63
520 changed files with 4450241 additions and 337 deletions

View File

@@ -23,8 +23,7 @@ _ACTION_IDLE_WARN_INTERVAL_SEC = idle_warn_interval_sec(
def _state_path(settings: Settings) -> Path:
if settings.action_watch_state_file is not None:
return settings.action_watch_state_file
"""返回旧版 JSON 状态文件路径(仅用于兼容导入 SQLite"""
assert settings.action_watch_dir is not None
return settings.action_watch_dir / ".fishaction_watch_processed.json"