Adding condition "Defekt" (#461)

This commit is contained in:
Heavenfighter
2025-03-15 18:25:26 +01:00
committed by GitHub
parent 9183909188
commit 57c89a6f64

View File

@@ -831,6 +831,7 @@ class KleinanzeigenBot(WebScrapingMixin):
"like_new": "Sehr Gut",
"alright": "Gut",
"ok": "In Ordnung",
"defect": "Defekt",
}
mapped_condition = condition_mapping.get(condition_value)