From 1f3ffc8ef74088e759df0dfce46fd4ac62c20922 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Fri, 17 Oct 2008 13:23:24 +0000 Subject: [PATCH] Minor layout adjustment --- lib/request/connect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/request/connect.py b/lib/request/connect.py index 4532edb50..be335b785 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -141,8 +141,8 @@ class Connect: except urllib2.HTTPError, e: if e.code == 401: - exceptionMsg = "not authorized, try to provide right HTTP " - exceptionMsg += "authentication type and valid credentials" + exceptionMsg = "not authorized, try to provide right HTTP " + exceptionMsg += "authentication type and valid credentials" raise sqlmapConnectionException, exceptionMsg else: page = e.read()