Skip to content

Commit 63a890e

Browse files
authored
更新 __init__.py
1 parent bf4f992 commit 63a890e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/modules/qbittorrent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __get_torrent_info() -> Tuple[Optional[Torrent], Optional[bytes]]:
150150
# 添加任务
151151
state = server.add_torrent(
152152
content=content,
153-
download_dir= download_dir.as_posix(),
153+
download_dir=download_dir.as_posix(),
154154
is_paused=is_paused,
155155
tag=tags,
156156
cookie=cookie,

0 commit comments

Comments
 (0)