We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66136b4 commit 1f3ffc8Copy full SHA for 1f3ffc8
lib/request/connect.py
@@ -141,8 +141,8 @@ def getPage(**kwargs):
141
142
except urllib2.HTTPError, e:
143
if e.code == 401:
144
- exceptionMsg = "not authorized, try to provide right HTTP "
145
- exceptionMsg += "authentication type and valid credentials"
+ exceptionMsg = "not authorized, try to provide right HTTP "
+ exceptionMsg += "authentication type and valid credentials"
146
raise sqlmapConnectionException, exceptionMsg
147
else:
148
page = e.read()
0 commit comments