Minor layout adjustment

This commit is contained in:
Bernardo Damele 2008-10-17 13:23:24 +00:00
parent 66136b48c0
commit 1f3ffc8ef7

View File

@ -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()