Skip to content

Commit

Permalink
fix: [crawler] fix update_last_crawled_domain domain id
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Feb 28, 2025
1 parent 02d022f commit 17d3d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/crawlers/Crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 17d3d2d

Please sign in to comment.