remove size from the returned dict as it's not used and causes
tracebacks
This commit is contained in:
parent
0ae879daf8
commit
f4ea3ee036
|
@ -251,7 +251,6 @@ class json_rpc:
|
||||||
return {
|
return {
|
||||||
"filename": filename,
|
"filename": filename,
|
||||||
"name": metadata["info"]["name"],
|
"name": metadata["info"]["name"],
|
||||||
"size": metadata["info"]["length"],
|
|
||||||
"files": files,
|
"files": files,
|
||||||
"info_hash": info_hash
|
"info_hash": info_hash
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue