sandbox1
parent
f3bbff0496
commit
b40a7aa0c5
|
@ -794,7 +794,7 @@ class Pyrrent2http(object):
|
||||||
status = {
|
status = {
|
||||||
# 'name' : info.name(),
|
# 'name' : info.name(),
|
||||||
|
|
||||||
'name' : self.TorrentFS.name.split('/')[-1],
|
'name' : self.TorrentFS.path.split('/')[-1],
|
||||||
'state' : int(tstatus.state),
|
'state' : int(tstatus.state),
|
||||||
'state_str' : str(tstatus.state),
|
'state_str' : str(tstatus.state),
|
||||||
'error' : tstatus.error,
|
'error' : tstatus.error,
|
||||||
|
|
Loading…
Reference in New Issue