From b1e4f338797d2168eb8c9e25a81eeae504d8bcae Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 21 Jan 2015 21:46:58 +0100 Subject: Set the version of Python used by the crawler in the configuration file. --- conf/conf.cfg-sample | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index 0135551a..aab5ab5f 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -4,6 +4,7 @@ admin_email = recaptcha_public_key = recaptcha_private_key = log_path = ./pyaggr3g470r/var/pyaggr3g470r.log +python = python3.3 [database] uri = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator [feedparser] -- cgit