pridane vyuhgodnocovanie

This commit is contained in:
2025-03-23 19:15:54 +01:00
parent c839638ba7
commit 3e8031da1d
17 changed files with 592 additions and 59 deletions

View File

@@ -80,4 +80,4 @@ class WriteTimeApiView(View):
return JsonResponse({"status": "ok"}, status=http.HTTPStatus.OK ,safe=False)
except Exception as e:
logger.error(f"Error while writing lap: {e}")
return JsonResponse({"status": "ok"}, status=http.HTTPStatus.OK, safe=False)
return JsonResponse({"status": "ok"}, status=http.HTTPStatus.OK, safe=False)