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