diff --git a/modules/americanexpress/pages.py b/modules/americanexpress/pages.py index 83ba4ec1..7a92af3d 100644 --- a/modules/americanexpress/pages.py +++ b/modules/americanexpress/pages.py @@ -91,6 +91,7 @@ class TransactionsPage(Page): return datetime.date(int(m.group(3)), self.MONTHS.index(m.group(2).rstrip('.')) + 1, int(m.group(1))) + return datetime.date.today() COL_DATE = 0 COL_TEXT = 1