Archived
1
0
Fork 0

remove print

This commit is contained in:
Lukas Winkler 2017-06-11 21:12:19 +02:00
parent b251a8f9ef
commit 592d76ba66

View file

@ -27,7 +27,6 @@ def get_menus():
html = fetch_recourse()
startdatestring = dateregex.search(html).groups()[0]
startdate = datetime.strptime(startdatestring, "%d.%m.").replace(year=datetime.today().year)
print(startdate)
soup = BeautifulSoup(html, 'html.parser')
table = soup.find("table", {"class": "mitrand", "border": "1", "align": "center"})
i = 0