From 5639e0b7d00c1d7150a934891df2f34af5262500 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 15 Feb 2024 21:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20qbittorrent.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/qbittorrent/qbittorrent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/modules/qbittorrent/qbittorrent.py b/app/modules/qbittorrent/qbittorrent.py index 453ff8c1..d06fb62f 100644 --- a/app/modules/qbittorrent/qbittorrent.py +++ b/app/modules/qbittorrent/qbittorrent.py @@ -8,11 +8,10 @@ from qbittorrentapi.transfer import TransferInfoDictionary from app.core.config import settings from app.log import logger -from app.utils.singleton import Singleton from app.utils.string import StringUtils -class Qbittorrent(metaclass=Singleton): +class Qbittorrent: _host: str = None _port: int = None _username: str = None