fix fish weight calculation by using correct parameters. output video
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user