From 95a08f56559cfcaf3314aa5aa77a29774c6fb57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 21 Jun 2020 03:26:01 +0200 Subject: [PATCH] fix: Make mypy happy --- lookyloo/lookyloo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lookyloo/lookyloo.py b/lookyloo/lookyloo.py index f58d01a1..29087aff 100644 --- a/lookyloo/lookyloo.py +++ b/lookyloo/lookyloo.py @@ -744,7 +744,7 @@ class Lookyloo(): if freq['hash_freq'] > 1: to_append['body_hash_details'] = freq - captures_list: List[Tuple[str, str, str]] = [] + captures_list: List[Tuple[str, str, str, str]] = [] for capture_uuid, url_uuid, url_hostname in indexing.get_body_hash_captures(url.body_hash, url.name): cache = self.get_capture_cache(capture_uuid) if cache: