Merge pull request #387 from robkam/patch-1

fix typo
pull/396/head
nemobis 4 years ago committed by GitHub
commit 9b1996d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -142,7 +142,7 @@ def handleStatusCode(response):
elif statuscode == 401 or statuscode == 403:
print "Authentication required."
print "Please use --userpass."
print "Please use --user and --pass."
print response.url
elif statuscode == 404:

Loading…
Cancel
Save