From 4d021f4cea8cbb6fb5228a0d8bfe073261285c29 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 12 Jun 2008 09:19:02 +0000 Subject: [PATCH] Add error to torrent_status --- bindings/python/src/torrent_status.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/src/torrent_status.cpp b/bindings/python/src/torrent_status.cpp index 091dbf7d4..186d0f2f5 100755 --- a/bindings/python/src/torrent_status.cpp +++ b/bindings/python/src/torrent_status.cpp @@ -74,6 +74,7 @@ void bind_torrent_status() .def_readonly("seeding_time", &torrent_status::seeding_time) .def_readonly("seed_rank", &torrent_status::seed_rank) .def_readonly("last_scrape", &torrent_status::last_scrape) + .def_readonly("error", &torrent_status::error) ; enum_("states")