diff --git a/app/modules/qbittorrent/qbittorrent.py b/app/modules/qbittorrent/qbittorrent.py index 54746ba5..b4f69c4e 100644 --- a/app/modules/qbittorrent/qbittorrent.py +++ b/app/modules/qbittorrent/qbittorrent.py @@ -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