mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawler] debug
This commit is contained in:
parent
847d004c13
commit
cdfc9f64e5
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class Crawler(AbstractModule):
|
||||||
|
|
||||||
self.ail_to_push_discovery.add_crawler_capture(task_uuid, capture_uuid, url, har=har, # parent=parent,
|
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')
|
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
|
return capture_uuid
|
||||||
|
|
||||||
# CRAWL DOMAIN
|
# CRAWL DOMAIN
|
||||||
|
|
Loading…
Reference in a new issue