python binding fix

This commit is contained in:
Arvid Norberg 2007-10-15 09:06:36 +00:00
parent ba48c629fb
commit 5c61005eac
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ void bind_session()
.def(
"add_torrent", &add_torrent
, (
arg("resume_data") = entry(), arg("compact_mode") = true
, arg("paused") = false
arg("resume_data") = entry(), arg("storage_mode") = storage_mode_sparse,
arg("paused") = false
)
, session_add_torrent_doc
)