From e3b1016e5e35f2709c0f4e53124ca634e80a236a Mon Sep 17 00:00:00 2001 From: anas Date: Tue, 10 Aug 2021 01:55:20 +0300 Subject: [PATCH] minor --- bot/helper/mirror_utils/download_utils/qbit_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/helper/mirror_utils/download_utils/qbit_downloader.py b/bot/helper/mirror_utils/download_utils/qbit_downloader.py index 3e723cb..9b8edc4 100644 --- a/bot/helper/mirror_utils/download_utils/qbit_downloader.py +++ b/bot/helper/mirror_utils/download_utils/qbit_downloader.py @@ -27,7 +27,7 @@ class qbittorrent: def __init__(self): - self.update_interval = 1.5 + self.update_interval = 2 self.meta_time = time.time() @new_thread