diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2016-04-07 10:08:41 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2016-04-07 10:08:41 +0200 |
commit | b76474ec73f40d0e3b365a8be817610d9fb43d4e (patch) | |
tree | 6a47f33b2b69fdd3cb6f49e53b2a75e21b022b9a /run-scraper | |
parent | ce219f7d12170a80e9efa7acc2a21af3f26a3636 (diff) |
Add a copy of the old lazycache library.
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 |