sandbox1
parent
847e4547af
commit
9e9f80c313
|
@ -785,7 +785,7 @@ class Pyrrent2http(object):
|
||||||
# info = self.torrentHandle.get_torrent_info()
|
# info = self.torrentHandle.get_torrent_info()
|
||||||
info = self.TorrentFS.info
|
info = self.TorrentFS.info
|
||||||
logging.info('getting status')
|
logging.info('getting status')
|
||||||
tstatus = self.torrentHandle.status()
|
tstatus = self.torrentHandle.status(0)
|
||||||
logging.info('status is here')
|
logging.info('status is here')
|
||||||
|
|
||||||
status = {
|
status = {
|
||||||
|
|
Loading…
Reference in New Issue