Spaces:
Runtime error
Runtime error
Mirko Trasciatti commited on
Commit ·
1f91865
1
Parent(s): 9882c2b
Sync debug kick frame with detection result
Browse files
app.py
CHANGED
|
@@ -749,6 +749,7 @@ def _detect_kick_frame(state: AppState, target_obj_id: int) -> int | None:
|
|
| 749 |
state.kick_debug_kick_frame = frame
|
| 750 |
return frame
|
| 751 |
|
|
|
|
| 752 |
return None
|
| 753 |
|
| 754 |
|
|
|
|
| 749 |
state.kick_debug_kick_frame = frame
|
| 750 |
return frame
|
| 751 |
|
| 752 |
+
state.kick_debug_kick_frame = None
|
| 753 |
return None
|
| 754 |
|
| 755 |
|