summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.org>2020-08-02 16:16:03 +0200
committerGitHub <noreply@github.com>2020-08-02 16:16:03 +0200
commitce8be5d6fbc9e6c4fc628c8cd6e10fa82ca53c52 (patch)
tree1c61566466a8bb145ece96f51634d6f5e8749167
parentf59e69c2d6a66075f05655dcd1d29a339dd7fe34 (diff)
parent0a535a941c37067ee39d5d72c8472d255f75bfcc (diff)
Merge pull request #66 from Ganneff/Ganneff-use_latest_extract_interface
Use newer interface for extract
-rw-r--r--beancount_ing_diba/ec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/beancount_ing_diba/ec.py b/beancount_ing_diba/ec.py
index 327ddb3..08454ef 100644
--- a/beancount_ing_diba/ec.py
+++ b/beancount_ing_diba/ec.py
@@ -112,7 +112,7 @@ class ECImporter(importer.ImporterProtocol):
return True
- def extract(self, file_):
+ def extract(self, file_, existing_entries=None):
entries = []
self._line_index = 0