From 736f15772d2e6792ca0389e1f7ef5daa3f64d041 Mon Sep 17 00:00:00 2001 From: Francesco Grazioso Date: Mon, 10 Jun 2024 19:54:08 +0200 Subject: [PATCH] fix comment --- Src/Lib/Hls/segments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Lib/Hls/segments.py b/Src/Lib/Hls/segments.py index 61451cf..5b58c85 100644 --- a/Src/Lib/Hls/segments.py +++ b/Src/Lib/Hls/segments.py @@ -311,7 +311,7 @@ class M3U8_Segments: self.working_proxy_list = self.valid_proxy if num_proxies > 0: # calculate delay based on number of proxies - # dalay should be between 0.3 and 1 + # dalay should be between 0.5 and 1 delay = max(0.5, min(1, 1 / (num_proxies + 1))) else: delay = TQDM_DELAY_WORKER