forked from LBRYCommunity/lbry-sdk
lots o bugs fixed discovered while using desktop app
This commit is contained in:
parent
3fdcb80960
commit
16e596ec87
7 changed files with 29 additions and 25 deletions
lbrynet/blob
|
@ -236,7 +236,7 @@ class EncryptedFileManager:
|
|||
def reflect_lbry_files(self):
|
||||
sem = defer.DeferredSemaphore(self.CONCURRENT_REFLECTS)
|
||||
ds = []
|
||||
sd_hashes_to_reflect = yield self.storage.get_streams_to_re_reflect()
|
||||
sd_hashes_to_reflect = yield f2d(self.storage.get_streams_to_re_reflect())
|
||||
for lbry_file in self.lbry_files:
|
||||
if lbry_file.sd_hash in sd_hashes_to_reflect:
|
||||
ds.append(sem.run(reflect_file, lbry_file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue