sandbox1
inpos 2016-03-17 20:30:14 +03:00
parent f3bbff0496
commit b40a7aa0c5
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ class Pyrrent2http(object):
status = {
# 'name' : info.name(),
'name' : self.TorrentFS.name.split('/')[-1],
'name' : self.TorrentFS.path.split('/')[-1],
'state' : int(tstatus.state),
'state_str' : str(tstatus.state),
'error' : tstatus.error,