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