From 2a03063f82d22f1296bf0a766f8a184783861931 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 10 Mar 2023 04:00:55 +0200 Subject: [PATCH] remove the hour element of POST_RATELIMIT --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 23ace5a3a..5192e3c76 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -809,7 +809,7 @@ if SITE == 'rdrama.net': 'justcool393': JUSTCOOL_ID } - POST_RATELIMIT = '5/hour;10/day' + POST_RATELIMIT = '10/day' elif SITE == 'watchpeopledie.tv': EMAIL = "wpd@watchpeopledie.tv" TELEGRAM_ID = "wpdtv"