From 39e39791b07b5236f606134b2f4a890e66f568dd Mon Sep 17 00:00:00 2001 From: JoeBanks13 Date: Thu, 1 Mar 2018 19:11:47 +0000 Subject: Change 418 error description --- pysite/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } -- cgit v1.2.3