fix a third(!) bug in _check_cookies() (#2372)

turns out tests are worthless if you get em wrong ...
This commit is contained in:
Mike Fährmann
2022-03-18 19:52:37 +01:00
parent c4cc387f7d
commit 500a479026
2 changed files with 2 additions and 3 deletions

View File

@@ -373,7 +373,6 @@ class Extractor():
self.log.warning(
"Cookie '%s' will expire in less than %s hour%s",
cookie.name, hours + 1, "s" if hours else "")
continue
names.discard(cookie.name)
if not names: