From 2a3a06345d01e37a35ad207860d6949130659c21 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 21:22:34 +0300 Subject: [PATCH] . --- 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 c2b81a1..d38aebd 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -782,7 +782,8 @@ class Pyrrent2http(object): def Status(self): info = self.TorrentFS.info - tstatus = self.torrentHandle.status() + #tstatus = self.torrentHandle.status() + tstatus = self.TorrentFS.handle.status() status = { 'name' : info.name(),