Skip to content

Commit

Permalink
fix: [crawler] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Dec 12, 2023
1 parent 847d004 commit cdfc9f6
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 @@ -209,7 +209,7 @@ def enqueue_capture(self, task_uuid, priority):

self.ail_to_push_discovery.add_crawler_capture(task_uuid, capture_uuid, url, har=har, # parent=parent,
screenshot=screenshot, depth_limit=1, proxy='force_tor')
print(task.uuid, capture_uuid, 'Added to ail_to_push_discovery')
print(task.uuid, capture_uuid, url, 'Added to ail_to_push_discovery')
return capture_uuid

# CRAWL DOMAIN
Expand Down

0 comments on commit cdfc9f6

Please sign in to comment.