mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-05 00:24:41 +01:00
...
This commit is contained in:
parent
a41399f2e3
commit
55fe0f86b2
1 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@ def get_browser(self):
|
|||
br.submit()
|
||||
# response = br.response()
|
||||
print "-------------------------got login form------------------------------------"
|
||||
br.select_form(name='LA0210Form01')
|
||||
br['LA0210Form01:LA0210Email'] = self.username
|
||||
br['LA0210Form01:LA0210Password'] = self.password
|
||||
br.select_form(name='LA7010Form01')
|
||||
br['LA7010Form01:LA7010Email'] = self.username
|
||||
br['LA7010Form01:LA7010Password'] = self.password
|
||||
br.submit()
|
||||
# response = br.response()
|
||||
print "-------------------------JS redirect---------------------------------------"
|
||||
|
|
|
|||
Loading…
Reference in a new issue