更新 qbittorrent.py
This commit is contained in:
parent
a6ad58ca33
commit
5639e0b7d0
@ -8,11 +8,10 @@ from qbittorrentapi.transfer import TransferInfoDictionary
|
|||||||
|
|
||||||
from app.core.config import settings
|
from app.core.config import settings
|
||||||
from app.log import logger
|
from app.log import logger
|
||||||
from app.utils.singleton import Singleton
|
|
||||||
from app.utils.string import StringUtils
|
from app.utils.string import StringUtils
|
||||||
|
|
||||||
|
|
||||||
class Qbittorrent(metaclass=Singleton):
|
class Qbittorrent:
|
||||||
_host: str = None
|
_host: str = None
|
||||||
_port: int = None
|
_port: int = None
|
||||||
_username: str = None
|
_username: str = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user