From 88eabe461344a01ced28cdde023173ae07e43119 Mon Sep 17 00:00:00 2001 From: hubobel Date: Sun, 5 Oct 2025 10:55:39 +0200 Subject: [PATCH] Fehler behoben: 6.Zahl bei 6aus49 wurde nicht gepaarst --- lotto2py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lotto2py.py b/lotto2py.py index 731f0db..e87357e 100644 --- a/lotto2py.py +++ b/lotto2py.py @@ -312,7 +312,7 @@ telegram_chat_id = passw['Telegram']['Chat_ID'] telegram_token = passw['Telegram']['TOKEN'] wochentag = datetime.today().weekday() -wochentag = 5 +#wochentag = 5 if wochentag == 2: Zahl = Normalziehung(582)