diff options
Diffstat (limited to 'run-scraper')
-rwxr-xr-x | run-scraper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-scraper b/run-scraper index 45ed793..bed4eab 100755 --- a/run-scraper +++ b/run-scraper @@ -7,7 +7,7 @@ file=$1 topdir=$(cd $(dirname $0); pwd) -export PYTHONPATH=`pwd`/testlib/scraperwiki-python:`pwd`/testlib/dumptruck +export PYTHONPATH=`pwd`/testlib/scraperwiki-python:`pwd`/testlib/lazycache SCRAPERWIKI_DATABASE_NAME=sqlite:///$file.sqlite export SCRAPERWIKI_DATABASE_NAME |