From 8e6549fd5e76a0005671e28602658aab767278c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Z=C3=BChl?= Date: Sat, 9 May 2026 16:56:11 +0200 Subject: [PATCH] =?UTF-8?q?Einr=C3=BCckung=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/Muell/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/Muell/__init__.py b/python/Muell/__init__.py index 5815a39..30b146a 100644 --- a/python/Muell/__init__.py +++ b/python/Muell/__init__.py @@ -200,5 +200,4 @@ class Muell: if len(tonnen) > 0: tonnen = ' und '.join(tonnen) - - print(f'Morgen {wird} {tonnen} abgeholt') + print(f'Morgen {wird} {tonnen} abgeholt')