From 278902f909d8334f4f4ec480aa3ea2c8a411a8a8 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 22 Mar 2013 22:37:56 +0100 Subject: [PATCH] Trivial buf fix on ID generation --- modules/ing/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ing/browser.py b/modules/ing/browser.py index 0cc89d5c..9a3ce8e1 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -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: