mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 16:56:01 +01:00
Merge branch 'master' of https://github.com/daisuky-jp/calibre
This commit is contained in:
commit
18273cb24a
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ def get_browser(self):
|
|||
br.select_form(name='LA7010Form01')
|
||||
br['LA7010Form01:LA7010Email'] = self.username
|
||||
br['LA7010Form01:LA7010Password'] = self.password
|
||||
br.submit()
|
||||
br.submit(id='LA7010Form01:submitBtn')
|
||||
# response = br.response()
|
||||
print "-------------------------JS redirect---------------------------------------"
|
||||
br.select_form(nr=0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue