mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 15:25:59 -04:00
fix bad copy/paste
This commit is contained in:
parent
5bb392ec7c
commit
67558528cb
@ -229,7 +229,7 @@ class Site(doublethink.Document, ElapsedMixIn):
|
||||
|
||||
def note_seed_redirect(self, url):
|
||||
self._accept_ssurt_if_not_redundant(
|
||||
brozzler.site_surt_canon(self.seed).ssurt().decode('ascii'))
|
||||
brozzler.site_surt_canon(url).ssurt().decode('ascii'))
|
||||
|
||||
def extra_headers(self):
|
||||
hdrs = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user