Add remove_flags_t to python bindings.

This commit is contained in:
AllSeeingEyeTolledEweSew 2020-05-11 08:39:31 +00:00 committed by Arvid Norberg
parent e5e2b48122
commit 5ff633d5f4
1 changed files with 3 additions and 0 deletions

View File

@ -1138,6 +1138,9 @@ void bind_session()
s.attr("local_peer_class_id") = session::local_peer_class_id;
s.attr("reopen_map_ports") = lt::session::reopen_map_ports;
s.attr("delete_files") = lt::session::delete_files;
s.attr("delete_partfile") = lt::session::delete_partfile;
}
#if TORRENT_ABI_VERSION == 1