From f3bbff049651b1bb54d7ca63bfc0f30c34086d0c Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 20:26:43 +0300 Subject: [PATCH] . --- lib/pyrrent2http/pyrrent2http.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 5a34604..19f6a13 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -787,7 +787,9 @@ class Pyrrent2http(object): # info = self.torrentHandle.torrent_file() #except: # info = self.torrentHandle.get_torrent_info() + logging.info('getting status') tstatus = self.torrentHandle.status() + logging.info('status is here') status = { # 'name' : info.name(),