This commit is contained in:
Kenneth Reitz
2012-04-03 15:21:47 -04:00
parent 502fae2e0a
commit 4aac7c943a
+1 -1
View File
@@ -136,7 +136,7 @@ def status_code(code):
307: redirect,
401: dict(headers={'WWW-Authenticate': 'Basic realm="Fake Realm"'}),
402: dict(
data='Fuck you, payme!',
data='Fuck you, pay me!',
headers={
'x-more-info': 'http://vimeo.com/22053820'
}