Skip to content

Commit 1f3ffc8

Browse files
committed
Minor layout adjustment
1 parent 66136b4 commit 1f3ffc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/request/connect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def getPage(**kwargs):
141141

142142
except urllib2.HTTPError, e:
143143
if e.code == 401:
144-
exceptionMsg = "not authorized, try to provide right HTTP "
145-
exceptionMsg += "authentication type and valid credentials"
144+
exceptionMsg = "not authorized, try to provide right HTTP "
145+
exceptionMsg += "authentication type and valid credentials"
146146
raise sqlmapConnectionException, exceptionMsg
147147
else:
148148
page = e.read()

0 commit comments

Comments
 (0)