Trivial buf fix on ID generation
This commit is contained in:
parent
7b53583357
commit
278902f909
1 changed files with 1 additions and 1 deletions
|
|
@ -126,8 +126,8 @@ class Ing(BaseBrowser):
|
|||
return
|
||||
|
||||
index = 0 # index, we get always the same page, but with more informations
|
||||
hashlist = []
|
||||
while 1:
|
||||
hashlist = []
|
||||
i = index
|
||||
for transaction in self.page.get_transactions(index):
|
||||
while transaction.id in hashlist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue