mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
Adding condition "Defekt" (#461)
This commit is contained in:
@@ -831,6 +831,7 @@ class KleinanzeigenBot(WebScrapingMixin):
|
|||||||
"like_new": "Sehr Gut",
|
"like_new": "Sehr Gut",
|
||||||
"alright": "Gut",
|
"alright": "Gut",
|
||||||
"ok": "In Ordnung",
|
"ok": "In Ordnung",
|
||||||
|
"defect": "Defekt",
|
||||||
}
|
}
|
||||||
mapped_condition = condition_mapping.get(condition_value)
|
mapped_condition = condition_mapping.get(condition_value)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user