diff --git a/StreamingCommunity/Api/Player/mixdrop.py b/StreamingCommunity/Api/Player/mixdrop.py index 23af9a3..0086aa3 100644 --- a/StreamingCommunity/Api/Player/mixdrop.py +++ b/StreamingCommunity/Api/Player/mixdrop.py @@ -17,7 +17,7 @@ from StreamingCommunity.Util.headers import get_userAgent # Variable MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout") - +REQUEST_VERIFY = config_manager.get_bool('REQUESTS', 'verify') class VideoSource: STAYONLINE_BASE_URL = "https://stayonline.pro"