Hajat Kateer

This commit is contained in:
Marwan Alwali 2024-12-17 17:16:51 +03:00
parent d32ac2ab18
commit d9dc7f3323

View File

@ -142,7 +142,7 @@ class AjaxHandlerView(LoginRequiredMixin, View):
vin_data = {}
decoding_method = ''
manufacturer_name = model_name = year_model = None
# manufacturer_name = model_name = year_model = None
if not (result :=decodevin(vin_no)):
return JsonResponse({'success': False, 'error': 'VIN not found in all sources.'}, status=404)