python binding fix

This commit is contained in:
Arvid Norberg
2007-10-15 09:06:36 +00:00
parent ba48c629fb
commit 5c61005eac

View File

@@ -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
) )