remove the hour element of POST_RATELIMIT

master
Aevann 2023-03-10 04:00:55 +02:00
parent a42ecd67bf
commit 2a03063f82
1 changed files with 1 additions and 1 deletions

View File

@ -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"