diff options
author | 2018-03-01 19:11:47 +0000 | |
---|---|---|
committer | 2018-03-01 19:11:47 +0000 | |
commit | 39e39791b07b5236f606134b2f4a890e66f568dd (patch) | |
tree | c61ef639ad888687bf87f57d655a951bc7e46980 | |
parent | Add safe so it is not escaped (diff) |
Change 418 error description
-rw-r--r-- | pysite/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index f70f48ad..316d550f 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -40,6 +40,6 @@ ERROR_DESCRIPTIONS = { 411: "You forgot to tell us the length of the content.", 413: "No way! That payload is, like, way too big!", 415: "The thing you sent has the wrong format.", - 418: "Sorry, I'm not a server, I'm a teapot.", + 418: "I'm a teapot, I can't make coffee. (._.)", 429: "Please don't send us that many requests." } |