mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Fix missing dummy url param in bigtable lookup method
This commit is contained in:
parent
6beb19dc16
commit
70ed4790b8
@ -220,7 +220,7 @@ class RethinkCapturesDedup:
|
||||
self.captures_db = captures_db
|
||||
self.options = options
|
||||
|
||||
def lookup(self, digest_key, bucket="__unspecified__"):
|
||||
def lookup(self, digest_key, bucket="__unspecified__", url=None):
|
||||
k = digest_key.decode("utf-8") if isinstance(digest_key, bytes) else digest_key
|
||||
algo, value_str = k.split(":")
|
||||
if self.options.base32:
|
||||
|
Loading…
x
Reference in New Issue
Block a user