Some manual style fixes
This commit is contained in:
parent
e0542c2e4a
commit
fbe0fb8d52
10 changed files with 18 additions and 14 deletions
|
|
@ -48,7 +48,7 @@ class AccountList(BasePage):
|
|||
return
|
||||
|
||||
lines = tables[0].xpath(".//tbody/tr")
|
||||
for line in lines:
|
||||
for line in lines:
|
||||
account = Account()
|
||||
tmp = line.xpath("./td//a")[0]
|
||||
account.label = to_unicode(tmp.text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue