fix parsing of market accounts and factorization of the Transaction class
This commit is contained in:
parent
3ec1ca1eda
commit
2cf7acdf32
4 changed files with 59 additions and 27 deletions
|
|
@ -53,6 +53,9 @@ class CmsoProBrowser(LoginBrowser):
|
|||
|
||||
@need_login
|
||||
def get_history(self, account):
|
||||
if account._history_url.startswith('javascript:'):
|
||||
raise NotImplementedError()
|
||||
|
||||
# Query history for 6 last months
|
||||
def format_date(d):
|
||||
return datetime.date.strftime(d, '%d/%m/%Y')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue