country code error (#1123)

This commit is contained in:
dt215git
2023-07-30 15:37:20 +01:00
committed by GitHub
parent fd4e822b9c
commit 935968a4a6
4 changed files with 5 additions and 3 deletions

View File

@@ -338,6 +338,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Bürgerportal](/doc/source/buergerportal_de.md) / c-trace.de
- [C-Trace](/doc/source/c_trace_de.md) / c-trace.de
- [Chemnitz (ASR)](/doc/source/hausmuell_info.md) / asr-chemnitz.de
- [Chiemgau Recycling - Landkreis Rosenheim](/doc/source/chiemgau_recycling_lk_rosenheim.md) / chiemgau-recycling.de
- [City of Karlsruhe](/doc/source/karlsruhe_de.md) / karlsruhe.de
- [CM City Media - Müllkalender](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
- [Darmstadt (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de

View File

@@ -5,7 +5,8 @@ from waste_collection_schedule import Collection
TITLE = "Chiemgau Recycling - Landkreis Rosenheim" # Title will show up in README.md and info.md
DESCRIPTION = "Source script for paper waste collection in Landkreis Rosenheim area" # Describe your source
URL = "https://chiemgau-recycling.de/" # Insert url to service homepage. URL will show up in README.md and info.md
URL = "https://chiemgau-recycling.de" # Insert url to service homepage. URL will show up in README.md and info.md
COUNTRY = "de"
TEST_CASES = { # Insert arguments for test cases to be used by test_sources.py script
"Bruckmühl 1": {
"district": "Bruckmühl 1"

View File

@@ -1,6 +1,6 @@
# Chiemgau Recycling - Landkreis Rosenheim (Unofficial API)
Support for schedules provided by [Chiemgau Recycling](https://chiemgau-recycling.de/), serving Landkreis Rosenheim, Germany.
Support for schedules provided by [Chiemgau Recycling](https://chiemgau-recycling.de), serving Landkreis Rosenheim, Germany.
## Configuration via configuration.yaml

File diff suppressed because one or more lines are too long