fix accounts parsing
This commit is contained in:
parent
95ca604472
commit
5345645b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ class AccountsPage(BasePage):
|
|||
for field in self.document.xpath('//input'):
|
||||
params[field.attrib['name']] = field.attrib.get('value', '')
|
||||
|
||||
for div in self.document.xpath('//div[@class="btit"]'):
|
||||
for div in self.document.xpath('//div[@class="btit bnofil"]'):
|
||||
account_type = self.ACCOUNT_TYPES.get(div.text.strip(), Account.TYPE_UNKNOWN)
|
||||
|
||||
if account_type is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue