forked from LBRYCommunity/lbry-sdk
fix indentation
This commit is contained in:
parent
fe4dac8236
commit
4fb5e932e6
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class ReflectorServer(Protocol):
|
||||||
d = self.blob_manager.get_blob(blob_hash, blob_size)
|
d = self.blob_manager.get_blob(blob_hash, blob_size)
|
||||||
d.addCallback(self.get_blob_response)
|
d.addCallback(self.get_blob_response)
|
||||||
d.addCallback(self.send_response)
|
d.addCallback(self.send_response)
|
||||||
else:
|
else:
|
||||||
log.debug('blob is already open')
|
log.debug('blob is already open')
|
||||||
self.receiving_blob = True
|
self.receiving_blob = True
|
||||||
d = self.blob_finished_d
|
d = self.blob_finished_d
|
||||||
|
|
Loading…
Reference in a new issue