„bibcheck.py“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-30 15:47:02 +00:00
parent 9d091504ef
commit 1b5858e491

View File

@@ -25,7 +25,7 @@ def check(username, password):
br['$Textfield$0'] = password
response = br.submit()
br.follow_link(text_regex=r"Konto")
response = br.follow_link(text_regex=r"Ausleihe zeigen")
response = br.follow_link(text_regex=r"Ausleihen? zeigen")
br.select_form('Form0')
response = br.submit(name='textButton$0', label='Alle verlängern')
lentlist = bs4.BeautifulSoup(response.read(), 'html.parser')