Refactor eckrad

This commit is contained in:
2026-01-23 10:57:56 +01:00
parent a2fc823341
commit 4c071362a1
4 changed files with 22 additions and 20 deletions
-1
View File
@@ -605,7 +605,6 @@ class VarioFoerderer(BaseModel):
elif voerder_richtung == "Ab":
# Setzng die hälfte des Gefälles auf beide seiten falls dieser nicht mit einem anderen Förder verbunden ist was durch die abwesenheit eines motors/umlenkung gezeigt wird
if gefaelle > 0:
if motor_vorhanden == True and umlenk_vorhanden == True:
halbesgefaelle = gefaelle/2