disable HTTP debug
This commit is contained in:
parent
70317ca4e3
commit
32b5037e19
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ __all__ = ['BNPorc']
|
||||||
class BNPorc(BaseBrowser):
|
class BNPorc(BaseBrowser):
|
||||||
DOMAIN = 'www.secure.bnpparibas.net'
|
DOMAIN = 'www.secure.bnpparibas.net'
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
DEBUG_HTTP = True
|
|
||||||
ENCODING = None # refer to the HTML encoding
|
ENCODING = None # refer to the HTML encoding
|
||||||
PAGES = {'.*pageId=unedescomptes.*': AccountsList,
|
PAGES = {'.*pageId=unedescomptes.*': AccountsList,
|
||||||
'.*pageId=releveoperations.*': AccountHistory,
|
'.*pageId=releveoperations.*': AccountHistory,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue