Spaces:
Runtime error
Runtime error
Update report.py
Browse files
report.py
CHANGED
|
@@ -8,3 +8,4 @@ def export_json_report(speed, bounce_frame, lbw_decision, output_path="report.js
|
|
| 8 |
}
|
| 9 |
with open(output_path, "w") as f:
|
| 10 |
json.dump(report, f, indent=2)
|
|
|
|
|
|
| 8 |
}
|
| 9 |
with open(output_path, "w") as f:
|
| 10 |
json.dump(report, f, indent=2)
|
| 11 |
+
|