diff --git a/recipes/lwn.recipe b/recipes/lwn.recipe index 44d8633430..cee5c92b3f 100644 --- a/recipes/lwn.recipe +++ b/recipes/lwn.recipe @@ -28,8 +28,8 @@ class LWN(BasicNewsRecipe): if self.username is not None and self.password is not None: br.open(self.LOGIN) br.select_form(name='loginform') - br['Username'] = self.username - br['Password'] = self.password + br['uname'] = self.username + br['pword'] = self.password br.submit() return br