mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix building python bindings
This commit is contained in:
parent
922e34f025
commit
43982adc3a
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ void bind_torrent_status()
|
|||
enum_<torrent_status::state_t>("states")
|
||||
.value("queued_for_checking", torrent_status::queued_for_checking)
|
||||
.value("checking_files", torrent_status::checking_files)
|
||||
.value("connecting_to_tracker", torrent_status::connecting_to_tracker)
|
||||
.value("downloading", torrent_status::downloading)
|
||||
.value("finished", torrent_status::finished)
|
||||
.value("seeding", torrent_status::seeding)
|
||||
|
|
Loading…
Add table
Reference in a new issue