replaced ß with ss

This commit is contained in:
Lukas K
2024-10-18 14:24:51 +02:00
parent ce2e7c863a
commit 7eb53df831

View File

@@ -20,7 +20,7 @@ def get_concept(path) -> Concept:
return Concept.STOP return Concept.STOP
elif "vorfahrt_gewaehren" in path: elif "vorfahrt_gewaehren" in path:
return Concept.VORFAHRT_GEWAEHREN return Concept.VORFAHRT_GEWAEHREN
elif "vorfahrtsstraße" in path: elif "vorfahrtsstrasse" in path:
return Concept.VORFAHRT_STRASSE return Concept.VORFAHRT_STRASSE
else: else:
return Concept.UNKNOWN return Concept.UNKNOWN