diff --git a/app/modules/qbittorrent/__init__.py b/app/modules/qbittorrent/__init__.py index c36160c5..4ee36440 100644 --- a/app/modules/qbittorrent/__init__.py +++ b/app/modules/qbittorrent/__init__.py @@ -150,7 +150,7 @@ class QbittorrentModule(_ModuleBase, _DownloaderBase[Qbittorrent]): # 添加任务 state = server.add_torrent( content=content, - download_dir= download_dir.as_posix(), + download_dir=download_dir.as_posix(), is_paused=is_paused, tag=tags, cookie=cookie,