mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
dumb mistake
This commit is contained in:
parent
d3314d7904
commit
fde443070c
@ -439,7 +439,7 @@ class BatchTroughLoader(warcprox.BaseBatchPostfetchProcessor):
|
||||
key_indexes[bucket] = self._build_key_index(buckets[bucket])
|
||||
future = pool.submit(
|
||||
self.trough_dedup_db.batch_lookup,
|
||||
key_index.keys(), bucket)
|
||||
key_indexes[bucket].keys(), bucket)
|
||||
fs[future] = bucket
|
||||
|
||||
# process results as they come back
|
||||
|
Loading…
x
Reference in New Issue
Block a user