summaryrefslogtreecommitdiff
path: root/commcrawler/management/commands/launch_crawl.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-09 13:06:03 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-09 13:06:03 +0200
commite7dd52e03d8e770d8fcee1503fa8109dc3778d29 (patch)
treefbd89b70b52caa9cf0db21aa2efc24ed678fc2d3 /commcrawler/management/commands/launch_crawl.py
parent347a0822484ad16b9a29eef1ea30082b4a841ac6 (diff)
downloadComm-on-net-e7dd52e03d8e770d8fcee1503fa8109dc3778d29.tar.bz2
Comm-on-net-e7dd52e03d8e770d8fcee1503fa8109dc3778d29.zip
Manage links betweens targets
Diffstat (limited to 'commcrawler/management/commands/launch_crawl.py')
-rw-r--r--commcrawler/management/commands/launch_crawl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commcrawler/management/commands/launch_crawl.py b/commcrawler/management/commands/launch_crawl.py
index bf76caf..883c035 100644
--- a/commcrawler/management/commands/launch_crawl.py
+++ b/commcrawler/management/commands/launch_crawl.py
@@ -30,7 +30,7 @@ class Command(BaseCommand):
'incompatible. Exit.\n')
return
- q = Crawl.objects.filter(status="C")
+ q = Crawl.objects.filter(status="A")
if not q.count():
sys.stdout.write('No crawl waiting. Exit.\n')
return