diff --git a/README.md b/README.md index 791fe3f..4239bad 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ gescrapt. Todos: 1. [x] https://www.ard-text.de/mobil/583 (Eurojackpot) 2. [x] Ablage in SQL-Datenbank (MariaDB) -3. [ ] Webinterface +3. [x] Webinterface https://lotto.hintergasse.de _Hinweis: Ein Teil des Codes wurde durch Chat-GPT (GPT-4o) generiert. Dieser wurde durch den Inhaber des Repositorys modifiziert und angepast._ 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)