Fix NameError: replace undefined 'kept' with 'frame_files' in log line
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
d333a29c4c
commit
5594010d78
+1
-1
@@ -203,7 +203,7 @@ def _process_event():
|
||||
f"events/{event_id}/clip.mp4",
|
||||
plate or None, hex_color, color_name,
|
||||
)
|
||||
log.info(f"Stored: {event_id[:8]} | plate={plate} | color={color_name} | frames={len(kept)}")
|
||||
log.info(f"Stored: {event_id[:8]} | plate={plate} | color={color_name} | frames={len(frame_files)}")
|
||||
|
||||
|
||||
def run_watcher():
|
||||
|
||||
Reference in New Issue
Block a user