forgot to do system prune

This commit is contained in:
ishak jmilou.ishak
2025-01-21 14:28:40 +01:00
parent 88364561ea
commit 976840c6b2

View File

@@ -158,7 +158,7 @@ def image():
return "No image available", 404
@app.route('/yolo_results', methods=['GET'])
@app.route('/yolo_results', methods=['GET', 'POST'])
def yolo_results_endpoint():
global yolo_results
with lock: