Change result in threadpoolhistorysyncer

This commit is contained in:
nolash
2021-09-29 19:37:31 +02:00
parent d0c4aa5679
commit 30c574a74b

View File

@@ -76,7 +76,6 @@ class ThreadPoolRangeHistorySyncer:
for sync_range in self.ranges:
task = ThreadPoolRangeTask(self.src_backend, sync_range, self.chain_interface, filters=self.filters)
t = self.worker_pool.apply_async(task.start_loop, (0.1,))
print('result {}'.format(t.get()))
logg.debug('result of worker {}: {}'.format(t, t.get()))
self.worker_pool.close()
self.worker_pool.join()