From ef1eb09da26a2ec5a5688b3c0a0a9e85669607c3 Mon Sep 17 00:00:00 2001 From: ciccioxm3 Date: Thu, 26 Jun 2025 11:37:46 +0200 Subject: [PATCH] Update mixdrop.py --- StreamingCommunity/Api/Player/mixdrop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"