жучки

sandbox1
inpos 2016-03-17 20:13:33 +03:00
parent 5ae402715b
commit 1413b0745a
1 changed files with 2 additions and 1 deletions

View File

@ -787,8 +787,9 @@ class Pyrrent2http(object):
info = self.torrentHandle.torrent_file()
except:
info = self.torrentHandle.get_torrent_info()
logging.info('+++++getting h.status')
tstatus = self.torrentHandle.status()
logging.info('h.status is here')
status = {
'name' : info.name(),
'state' : int(tstatus.state),