sandbox1
inpos 2016-03-17 20:26:43 +03:00
parent ac95c3adae
commit f3bbff0496
1 changed files with 2 additions and 0 deletions

View File

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