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