remove size from the returned dict as it's not used and causes

tracebacks
This commit is contained in:
Damien Churchill 2008-10-10 08:19:35 +00:00
parent 0ae879daf8
commit f4ea3ee036
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ class json_rpc:
return {
"filename": filename,
"name": metadata["info"]["name"],
"size": metadata["info"]["length"],
"files": files,
"info_hash": info_hash
}