disable HTTP debug

This commit is contained in:
Romain Bignon 2012-02-02 11:11:30 +01:00
commit 32b5037e19

View file

@ -36,7 +36,6 @@ __all__ = ['BNPorc']
class BNPorc(BaseBrowser):
DOMAIN = 'www.secure.bnpparibas.net'
PROTOCOL = 'https'
DEBUG_HTTP = True
ENCODING = None # refer to the HTML encoding
PAGES = {'.*pageId=unedescomptes.*': AccountsList,
'.*pageId=releveoperations.*': AccountHistory,