already called error
This commit is contained in:
parent
3f8f9d9d73
commit
69139b1987
1 changed files with 2 additions and 1 deletions
|
@ -1074,7 +1074,8 @@ class LBRYDaemon(jsonrpc.JSONRPC):
|
||||||
|
|
||||||
def _download_sd_blob(self, sd_hash):
|
def _download_sd_blob(self, sd_hash):
|
||||||
def cb(result):
|
def cb(result):
|
||||||
r.callback(result)
|
if not r.called:
|
||||||
|
r.callback(result)
|
||||||
|
|
||||||
def eb():
|
def eb():
|
||||||
if not r.called:
|
if not r.called:
|
||||||
|
|
Loading…
Reference in a new issue