mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:53:24 +02:00
Fix Science AAAS
This commit is contained in:
parent
f4485b5e02
commit
9c9f0e350c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def get_browser(self):
|
|||
br = BasicNewsRecipe.get_browser()
|
||||
if self.username is not None and self.password is not None:
|
||||
br.open(self.LOGIN)
|
||||
br.select_form(nr=1)
|
||||
br.select_form(nr=0)
|
||||
br['username'] = self.username
|
||||
br['code' ] = self.password
|
||||
br.submit()
|
||||
|
|
|
|||
Loading…
Reference in a new issue