mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
Adding condition "Defekt" (#461)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user