From 3a5c90e6d3ce119706aca0479a97f9ddf0b3f7c8 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Tue, 11 Oct 2022 08:02:30 -0700 Subject: [PATCH] change 409 msg --- files/routes/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/errors.py b/files/routes/errors.py index 216371d66..3b07b5501 100644 --- a/files/routes/errors.py +++ b/files/routes/errors.py @@ -50,7 +50,7 @@ ERROR_MSGS = { 404: "Someone typed something wrong and it was probably you, please do better.", 405: "idk how anyone gets this error but if you see this, remember to follow @carpathianflorist
the original error text here talked about internet gremlins and wtf", 406: "Max limit is 5 for comments and 50 for posts", - 409: "There's a conflict between what you're trying to do and what you or someone else has done and because of that you can't do what you're trying to do, sorry not sorry", + 409: "There's a conflict between what you're trying to do and what you or someone else has done and because of that you can't do what you're trying to do. So maybe like... don't try and do that? Sorry not sorry", 413: "Max image/audio size is 8 MB (16 MB for paypigs)", 414: "Max video size is 32 MB (64 MB for paypigs)", 415: "Please upload only Image, Video, or Audio files!",