sandbox1
parent
32c1ba9652
commit
2a3a06345d
|
@ -782,7 +782,8 @@ class Pyrrent2http(object):
|
||||||
|
|
||||||
def Status(self):
|
def Status(self):
|
||||||
info = self.TorrentFS.info
|
info = self.TorrentFS.info
|
||||||
tstatus = self.torrentHandle.status()
|
#tstatus = self.torrentHandle.status()
|
||||||
|
tstatus = self.TorrentFS.handle.status()
|
||||||
|
|
||||||
status = {
|
status = {
|
||||||
'name' : info.name(),
|
'name' : info.name(),
|
||||||
|
|
Loading…
Reference in New Issue