aboutsummaryrefslogtreecommitdiff
path: root/documentation/deployment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/deployment.rst')
-rw-r--r--documentation/deployment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index d06d55fe..e04ed24a 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -145,6 +145,6 @@ For example if you want to check for updates every 30 minutes, add this line to
.. code-block:: bash
- */30 * * * * cd ~/.pyaggr3g470r/ ; python fetch.py firstname.lastname@mail.com
+ */30 * * * * cd ~/.pyaggr3g470r/ ; python manager.py fetch_asyncio None None
You must give the email address you use to login to pyAggr3g470r.
bgstack15