diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 16ca422da..3cc3cd6c3 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -53,8 +53,8 @@ FILE_OWN = cp.get(section_file, "FILE_OWN") FILE_GROUP = cp.get(section_file, "FILE_GROUP") section_task = cp.sections()[3] -TASK_RATE = cp.get(section_file, "TASK_RATE") -TASK_COMPLETED_RATE = cp.get(section_file, "TASK_COMPLETED_RATE") +TASK_RATE = cp.get(section_task, "TASK_RATE") +TASK_COMPLETED_RATE = cp.get(section_task, "TASK_COMPLETED_RATE") class downloadBT(Thread):