From dc01afdc78a283550885681c6b619c76f0b909e3 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 18 May 2021 09:20:59 +0200 Subject: [PATCH] fix typo --- components/i_feed/vehicle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i_feed/vehicle.py b/components/i_feed/vehicle.py index 1b70afc..2d5dce5 100644 --- a/components/i_feed/vehicle.py +++ b/components/i_feed/vehicle.py @@ -96,7 +96,7 @@ class Vehicle: :return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object """ return DAF(vehicle_identification_number=self.vin, - # first deduct nce - is calculated, sets velocity to 0 if NCE + # first deduce nce - is calculated, sets velocity to 0 if NCE near_crash_event=self.nce, # then get current location based on last location and current speed gps_location=self.gps_location,