reduce post ratelimit in rdrama

pull/131/head
Aevann 2023-02-21 16:53:33 +02:00
parent e2206278a1
commit 089173f40d
1 changed files with 2 additions and 0 deletions

View File

@ -793,6 +793,8 @@ if SITE == 'rdrama.net':
'the_homocracy': 147,
'justcool393': JUSTCOOL_ID
}
POST_RATELIMIT = '1/second;5/hour;10/day'
elif SITE == 'watchpeopledie.tv':
EMAIL = f"wpd@watchpeopledie.tv"
TELEGRAM_ID = "wpdtv"