summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-04-29 10:44:33 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-05-04 16:00:05 +0200
commitb30a44cfe9456deafc83e008f8501c391cd1e258 (patch)
tree91bd6a9f431b4155047e0f024fe9f5665766804e /README.rst
parentd15b498505dc0362fbd7e92bf7ba2945cad5a118 (diff)
downloadcrocoite-b30a44cfe9456deafc83e008f8501c391cd1e258.tar.gz
crocoite-b30a44cfe9456deafc83e008f8501c391cd1e258.tar.bz2
crocoite-b30a44cfe9456deafc83e008f8501c391cd1e258.zip
Move page archiving logic to SinglePageController
In preparation for recursive crawls.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6ddc62a..e3c04cc 100644
--- a/README.rst
+++ b/README.rst
@@ -79,7 +79,7 @@ Configure using celeryconfig.py
Start a Celery worker::
- celery -A crocoite.cli worker --loglevel=info
+ celery -A crocoite.task worker --loglevel=info
Then queue archive job::