bump to version 0.e (and remove debug printouts
This commit is contained in:
parent
2ee72f82c6
commit
4ea0883794
1 changed files with 1 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ class CreditCooperatifBackend(BaseBackend, ICapBank):
|
|||
NAME = 'creditcooperatif'
|
||||
MAINTAINER = u'Kevin Pouget'
|
||||
EMAIL = 'weboob@kevin.pouget.me'
|
||||
VERSION = '0.d'
|
||||
VERSION = '0.e'
|
||||
DESCRIPTION = u'Credit Cooperatif French bank website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
auth_type = {"weak" : "Code confidentiel",
|
||||
|
|
@ -45,9 +45,6 @@ class CreditCooperatifBackend(BaseBackend, ICapBank):
|
|||
BROWSER = CreditCooperatif
|
||||
|
||||
def create_default_browser(self):
|
||||
print self.config['login'].get()
|
||||
print self.config['auth_type'].get()
|
||||
|
||||
return self.create_browser(self.config['login'].get(),
|
||||
self.config['pin'].get(),
|
||||
self.config['auth_type'].get() == "strong")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue