From 278e215abdf447d3482690d7fc6bae209f13981a Mon Sep 17 00:00:00 2001 From: hubobel Date: Mon, 14 Jul 2025 17:58:15 +0200 Subject: [PATCH] =?UTF-8?q?erste=20Anpassungen=20f=C3=BCr=20den=20SQL-Expo?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lotto2py.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lotto2py.py b/lotto2py.py index 04dc459..3982645 100644 --- a/lotto2py.py +++ b/lotto2py.py @@ -2,7 +2,7 @@ import requests from bs4 import BeautifulSoup import re from datetime import datetime -import base64 + wochentag = datetime.today().weekday() @@ -43,6 +43,8 @@ superzahl = None spiel77 = [] super6 = [] datum_woche = None +Lottozahlen = {'Datum': '', 'Z1': '', 'Z2': '', 'Z3': '', 'Z4': '', 'Z5': '', 'Z6': '', 'Superzahl': '', + 'Spiel77': '', 'Super6': ''} # Wochentext extrahieren (z. B. "28. Woche / 09.07.25") for line in text.splitlines():