From 6da7f31cc253ffb131f45189a36e69aee8913cdd Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 21 Feb 2024 20:48:02 +0200 Subject: [PATCH] fix 500 error --- 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 56fe59d43..774850c8a 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -751,7 +751,7 @@ if SITE in {'rdrama.net', 'staging.rdrama.net'}: 'clitpeeler': CARP_ID, 'the_homocracy': 147, } -elif SITE == 'watchpeopledie.tv': +elif SITE in {'watchpeopledie.tv', 'marsey.world'}: NOTIFICATION_SPAM_AGE_THRESHOLD = 0.5 * 86400 TRUESCORE_MINIMUM = 100