From 2b733e667e9a58fcd032870128aaad74e368f1f9 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 14 Nov 2022 13:24:30 -0600 Subject: [PATCH] make 429 less bitchy on WPD --- files/helpers/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 9dfaa67648..74cd828073 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -573,6 +573,7 @@ elif SITE == 'watchpeopledie.tv': ERROR_MSGS[405] = "You can't use this method here... if you keep getting this error tell us it's prolly something borked" ERROR_MSGS[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." ERROR_MSGS[413] = "You need to upload a smaller file please" + ERROR_MSGS[429] = "Please wait a bit before doing that" POLL_THREAD = 13225