From 3cd173439023dc02b51212f156c24e658e6d6622 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 18 Nov 2022 23:08:12 +0200 Subject: [PATCH] stop spamming the console --- files/helpers/const.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 2e9f0d991..8942c7f09 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1679,8 +1679,4 @@ if SITE_NAME == 'rDrama': IMAGE_FORMATS = ['png','gif','jpg','jpeg','webp'] VIDEO_FORMATS = ['mp4','webm','mov','avi','mkv','flv','m4v','3gp'] -AUDIO_FORMATS = ['mp3','wav','ogg','aac','m4a','flac'] - -if SECRET_KEY == DEFAULT_CONFIG_VALUE: - from warnings import warn - warn("Secret key is the default value! Please change it to a secure random number. Thanks <3", RuntimeWarning) +AUDIO_FORMATS = ['mp3','wav','ogg','aac','m4a','flac'] \ No newline at end of file