correct a bug in the history command of cmb
This commit is contained in:
parent
9146f2f312
commit
b585f02b75
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class CmbBackend(BaseBackend, ICapBank):
|
||||||
if not self.islogged:
|
if not self.islogged:
|
||||||
self.login()
|
self.login()
|
||||||
|
|
||||||
page = "/domiweb/prive/particulier/releve/"
|
page = "https://www.cmb.fr/domiweb/prive/particulier/releve/"
|
||||||
if account._cmbtype == 'D':
|
if account._cmbtype == 'D':
|
||||||
page += "10-releve.act"
|
page += "10-releve.act"
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue