mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 16:20:33 +00:00
json blobs
This commit is contained in:
parent
a579caaa0d
commit
f83e7b3e73
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
host = yield self.session.blob_manager.get_host_downloaded_from(blob_hash)
|
host = yield self.session.blob_manager.get_host_downloaded_from(blob_hash)
|
||||||
if host:
|
if host:
|
||||||
blobs[blob_num] = host
|
blobs[blob_num] = host
|
||||||
report["blobs"] = blobs
|
report["blobs"] = json.dumps(blobs)
|
||||||
defer.returnValue(report)
|
defer.returnValue(report)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
|
Loading…
Add table
Reference in a new issue