From fc477ebcb0308b65f0d7b86b38d8153539b15421 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 26 Jul 2023 10:14:03 +0200 Subject: [PATCH] Update crawler_add_task.py --- tools/crawler_add_task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/crawler_add_task.py b/tools/crawler_add_task.py index 6b59242a..5d9604fe 100755 --- a/tools/crawler_add_task.py +++ b/tools/crawler_add_task.py @@ -1,10 +1,10 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ -DIR/File Importer Helper +Send an URL to the crawler - Create a crawler task ================ -Import Content +Import URL to be crawled by AIL and then analysed """