„chemnitz.kitchen_menue_scraper.py“ ändern

main
maik 3 years ago
parent b3ecd69a0c
commit 67f0e61a6f
  1. 3
      chemnitz.kitchen_menue_scraper.py

@ -7,7 +7,7 @@ from datetime import date
errorMsg = ('HEUTE KEIN ESSEN') errorMsg = ('HEUTE KEIN ESSEN')
menuMsg = ('Du hast bei Chemnitz.Kitchen bestellt! Heute gibt es:') menuMsg = ('Du hast bei Chemnitz.Kitchen bestellt! Heute gibt es:')
today = date.today() today = date.today()
today_url = today.strftime("%d-%m-%Y") today_url = today.strftime("%d.%m.%Y")
# Login URL # Login URL
loginurl = ('https://chemnitz.kitchen/login/') loginurl = ('https://chemnitz.kitchen/login/')
@ -34,4 +34,5 @@ with requests.session() as s:
textout = f' {menuMsg} {description}' textout = f' {menuMsg} {description}'
print(textout) print(textout)
print(today)

Loading…
Cancel
Save