add Main-Kinzig-Kreis to jumomind_de

This commit is contained in:
5ila5
2023-12-27 16:56:16 +01:00
committed by 5ila5
parent 66dc2f34ba
commit 803246edce
5 changed files with 10 additions and 1 deletions

View File

@@ -821,6 +821,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Lübbecke (Jumomind)](/doc/source/jumomind_de.md) / luebbecke.de
- [Lübeck Entsorgungsbetriebe](/doc/ics/luebeck_de.md) / luebeck.de
- [mags Mönchengladbacher Abfall-, Grün- und Straßenbetriebe AöR](/doc/source/mags_de.md) / mags.de
- [Main-Kinzig-Kreis](/doc/source/jumomind_de.md) / abfall-mkk.de
- [Main-Kinzig-Kreis (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Mannheim](/doc/source/app_abfallplus_de.md) / Abfall+ App: de
- [Mechernich und Kommunen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallinfoapp

View File

@@ -42,6 +42,11 @@ TEST_CASES = {
"service_id": "zvo",
"city": "Goldberg",
},
"Main-Kinzig-Kreis": {
"service_id": "mkk",
"city": "Freigericht",
"street": "Hauptstraße (Altenmittlau)",
},
}
@@ -157,6 +162,7 @@ SERVICE_MAP = {
"hox": {"list": ["Höxter"], "url": "https://abfallservice.kreis-hoexter.de/"},
"kbl": {"list": ["Langen"], "url": "https://www.kbl-langen.de/"},
"ros": {"list": ["Rosbach Vor Der Höhe"], "url": "https://www.rosbach-hessen.de/"},
"mkk": {"list": ["Main-Kinzig-Kreis"], "url": "https://abfall-mkk.de/"},
}

View File

@@ -25,6 +25,7 @@ def main():
("Uckermark", "udg"),
("Neustadt an der Weinstraße", "esn"),
("Ostholstein", "zvo"),
("Main-Taunus-Kreis", "mkk"),
]
questions = [
inquirer.List(

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long