From 32b5037e193bba94c2fa09bb5c61679dfcd2c9cf Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Thu, 2 Feb 2012 11:11:30 +0100 Subject: [PATCH] disable HTTP debug --- modules/bnporc/browser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/bnporc/browser.py b/modules/bnporc/browser.py index a294ed012e..94edc50752 100644 --- a/modules/bnporc/browser.py +++ b/modules/bnporc/browser.py @@ -36,7 +36,6 @@ 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, -- GitLab