json blobs
This commit is contained in:
parent
50b51569a3
commit
82a2805aaf
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
host = yield self.session.blob_manager.get_host_downloaded_from(blob_hash)
|
||||
if host:
|
||||
blobs[blob_num] = host
|
||||
report["blobs"] = blobs
|
||||
report["blobs"] = json.dumps(blobs)
|
||||
defer.returnValue(report)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
|
|
Loading…
Reference in a new issue