From c0b618b7ca251cdd775092c6a6c1ac8d1ae9671d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 4 Mar 2015 11:41:43 +0100 Subject: Updated the name of the command to invoke the crawler based on asyncio. Updated the documentation consequently. --- documentation/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/deployment.rst') 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. -- cgit