Some English fixes
"informations" is incorrect; try to use a better word, or the invariant "information".
This commit is contained in:
parent
dd4a66be77
commit
0f90d6e9dd
6 changed files with 6 additions and 6 deletions
|
|
@ -105,7 +105,7 @@ class IngBrowser(LoginBrowser):
|
|||
self.logger.info('There is no history for this account')
|
||||
return
|
||||
|
||||
index = 0 # index, we get always the same page, but with more informations
|
||||
index = 0 # index, we get always the same page, but with more data
|
||||
hashlist = []
|
||||
while True:
|
||||
i = index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue