pull/387/head
Rob Kam 4 years ago committed by GitHub
parent ee39e8f85b
commit e6f4674b42
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