Skip to content

Commit

Permalink
add ssl_listen_port to python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarpa authored and arvidn committed Sep 14, 2023
1 parent 29b6dce commit 5ce4c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/src/session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ void bind_session()
.def("post_session_stats", allow_threads(&lt::session::post_session_stats))
.def("is_listening", allow_threads(&lt::session::is_listening))
.def("listen_port", allow_threads(&lt::session::listen_port))
.def("ssl_listen_port", allow_threads(&lt::session::ssl_listen_port))
#ifndef TORRENT_DISABLE_DHT
.def("add_dht_node", &add_dht_node)
#if TORRENT_ABI_VERSION == 1
Expand Down

0 comments on commit 5ce4c51

Please sign in to comment.