This commit is contained in:
honue 2023-11-30 00:39:35 +08:00
parent e5ac7f10d4
commit 8c5f19a0f4

View File

@ -16,7 +16,7 @@ class Qbittorrent(metaclass=Singleton):
_host: str = None
_port: int = None
_username: str = None
_passowrd: str = None
_password: str = None
qbc: Client = None