Simplify the code
This commit is contained in:
parent
af570a856f
commit
1994970385
3 changed files with 10 additions and 18 deletions
|
|
@ -145,7 +145,7 @@ class IngBrowser(LoginBrowser):
|
|||
@need_login
|
||||
def get_recipients(self, account):
|
||||
self.transferpage.stay_or_go()
|
||||
if self.page.ischecked(account):
|
||||
if self.page.ischecked(account.id):
|
||||
return self.page.get_recipients()
|
||||
else:
|
||||
# It is hard to check the box and to get the real list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue