already called error

This commit is contained in:
Jack 2016-08-02 16:03:47 -04:00
parent 3f8f9d9d73
commit 69139b1987

View file

@ -1074,7 +1074,8 @@ class LBRYDaemon(jsonrpc.JSONRPC):
def _download_sd_blob(self, sd_hash):
def cb(result):
r.callback(result)
if not r.called:
r.callback(result)
def eb():
if not r.called: