fix parsing of april month
This commit is contained in:
parent
958811737d
commit
4c31b31976
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class TransactionsPage(BasePage):
|
||||||
COL_CREDIT = -2
|
COL_CREDIT = -2
|
||||||
COL_DEBIT = -1
|
COL_DEBIT = -1
|
||||||
|
|
||||||
MONTHS = ['janv', u'févr', u'mars', u'avri', u'mai', u'juin', u'juil', u'août', u'sept', u'oct', u'nov', u'déc']
|
MONTHS = ['janv', u'févr', u'mars', u'avr', u'mai', u'juin', u'juil', u'août', u'sept', u'oct', u'nov', u'déc']
|
||||||
|
|
||||||
def get_history(self, guesser):
|
def get_history(self, guesser):
|
||||||
debit_date = self.get_debit_date()
|
debit_date = self.get_debit_date()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue