remove print
This commit is contained in:
parent
b251a8f9ef
commit
592d76ba66
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue