From 1913e9e06a49b0bfc6e619ee251dd9f9a23525e9 Mon Sep 17 00:00:00 2001 From: Sven Luijten <11269635+svenluijten@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:14:57 +0100 Subject: [PATCH] Update Cyclus URL (#303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update cyclus URL The previous one just redirected to cyclusnv.nl, so let's use that instead to save on a roundtrip to the server 😄 * Remove trailing slash --- custom_components/afvalwijzer/const/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/afvalwijzer/const/const.py b/custom_components/afvalwijzer/const/const.py index 362b91d..ca4313c 100644 --- a/custom_components/afvalwijzer/const/const.py +++ b/custom_components/afvalwijzer/const/const.py @@ -35,7 +35,7 @@ "berkelland": "https://afvalkalender.gemeenteberkelland.nl", "blink": "https://mijnblink.nl", "cranendonck": "https://afvalkalender.cranendonck.nl", - "cyclus": "https://afvalkalender.cyclusnv.nl", + "cyclus": "https://cyclusnv.nl", "dar": "https://afvalkalender.dar.nl", "denhaag": "https://huisvuilkalender.denhaag.nl", "gad": "https://inzamelkalender.gad.nl",