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

This commit is contained in:
2019-09-26 04:41:20 +00:00
parent bd671a4492
commit 9a139de37a

View File

@@ -20,7 +20,7 @@ def main():
br.follow_link(text_regex=r"Konto")
response = br.follow_link(text_regex=r"Ausleihe zeigen")
br.select_form('Form0')
response = self.br.submit(name='textButton$0', label='Alle verlängern')
response = br.submit(name='textButton$0', label='Alle verlängern')
lentlist = bs4.BeautifulSoup(response.read(), 'html.parser')
table = lentlist.select('table[class="rTable_table"]')[0]
import urllib.request