Fix Physics World

This commit is contained in:
Kovid Goyal 2010-05-12 15:20:57 -06:00
parent f30784352f
commit 5ac40fe90a

View File

@ -27,7 +27,7 @@ class PhysicsWorld(BasicNewsRecipe):
br = BasicNewsRecipe.get_browser(self)
if self.username is not None and self.password is not None:
br.open('http://physicsworld.com/cws/sign-in')
br.select_form(nr=1)
br.select_form(nr=2)
br['username'] = self.username
br['password'] = self.password
br.submit()