Paar namen änderungen

This commit is contained in:
2026-01-15 10:12:42 +01:00
parent 53e42c6bc3
commit 2cf0cf688e
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ class VarioFoerderer(BaseModel):
winkel = float(merkmale.get("Winkel")),
h0 = h0,
h1 =h1,
hat_motor = bool(merkmale.get("hatMotor")),
hat_umlenk = bool(merkmale.get("hatUmlenkung")),
hat_motor = bool(merkmale.get("Motorstation_hinten")),
hat_umlenk = bool(merkmale.get("Spannstation_vorn")),
drehung = float(merkmale.get("Drehung")),
foerderer_richtung =merkmale.get("Förderrichtung"),
gefaelle_laenge = gefaelle_laenge,