sandbox1
inpos 2016-03-17 21:22:34 +03:00
parent 32c1ba9652
commit 2a3a06345d
1 changed files with 2 additions and 1 deletions

View File

@ -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(),