python binding fix
This commit is contained in:
@@ -185,8 +185,8 @@ void bind_session()
|
|||||||
.def(
|
.def(
|
||||||
"add_torrent", &add_torrent
|
"add_torrent", &add_torrent
|
||||||
, (
|
, (
|
||||||
arg("resume_data") = entry(), arg("compact_mode") = true
|
arg("resume_data") = entry(), arg("storage_mode") = storage_mode_sparse,
|
||||||
, arg("paused") = false
|
arg("paused") = false
|
||||||
)
|
)
|
||||||
, session_add_torrent_doc
|
, session_add_torrent_doc
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user