diff --git a/bin/crawlers/Crawler.py b/bin/crawlers/Crawler.py index 723b7e51..61bd99b8 100755 --- a/bin/crawlers/Crawler.py +++ b/bin/crawlers/Crawler.py @@ -366,7 +366,7 @@ def compute(self, capture): print() # onion messages correlation - if crawlers.is_domain_correlation_cache(self.original_domain): + if crawlers.is_domain_correlation_cache(self.original_domain.id): crawlers.save_domain_correlation_cache(self.original_domain.was_up(), domain) task.remove()