sandbox1
parent
ac95c3adae
commit
f3bbff0496
|
@ -787,7 +787,9 @@ class Pyrrent2http(object):
|
||||||
# info = self.torrentHandle.torrent_file()
|
# info = self.torrentHandle.torrent_file()
|
||||||
#except:
|
#except:
|
||||||
# info = self.torrentHandle.get_torrent_info()
|
# info = self.torrentHandle.get_torrent_info()
|
||||||
|
logging.info('getting status')
|
||||||
tstatus = self.torrentHandle.status()
|
tstatus = self.torrentHandle.status()
|
||||||
|
logging.info('status is here')
|
||||||
|
|
||||||
status = {
|
status = {
|
||||||
# 'name' : info.name(),
|
# 'name' : info.name(),
|
||||||
|
|
Loading…
Reference in New Issue