From 1413b0745aacab9673c19f8268f9f150073f3aa7 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 20:13:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B6=D1=83=D1=87=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pyrrent2http/pyrrent2http.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 704724a..72ee66e 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -787,8 +787,9 @@ class Pyrrent2http(object): info = self.torrentHandle.torrent_file() except: info = self.torrentHandle.get_torrent_info() - + logging.info('+++++getting h.status') tstatus = self.torrentHandle.status() + logging.info('h.status is here') status = { 'name' : info.name(), 'state' : int(tstatus.state),