Update hdplayer.py

This commit is contained in:
ciccioxm3 2025-06-26 11:34:33 +02:00 committed by GitHub
parent 90686b9467
commit 7ea0cb4c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ from StreamingCommunity.Util.config_json import config_manager
# Variable # Variable
MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout") MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout")
REQUEST_VERIFY = config_manager.get_bool('REQUESTS', 'verify')
class VideoSource: class VideoSource: