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():