From 4ff2c0bf587fba07352aae17ea52477f23f6b609 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Thu, 11 Nov 2021 20:09:45 +0100 Subject: [PATCH] Update example command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b35a17d..e47b09b 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ docker run --rm -ti \ -v $(pwd)/screenshots:/screenshots \ -v $(pwd)/volumes/chrome-userdir:/opt/chrome-userdir \ --shm-size=2g \ - quay.io/netzbegruenung/green-spider:latest python cli.py \ + quay.io/netzbegruenung/green-spider:latest python3 cli.py \ --credentials-path /secrets/datastore-writer.json \ --loglevel debug \ - spider --job '{"url": "https://xn--grne-porta-westfalica-9hc.de/", "city": "Porta Westfalica", "country": "DE", "district": "Minden-Lübbecke", "level": "DE:ORTSVERBAND", "state":" Nordrhein-Westfalen", "type": "REGIONAL_CHAPTER"}' + spider --job '{"url": "https://gruene-porta-westfalica.de/", "city": "Porta Westfalica", "country": "DE", "district": "Minden-Lübbecke", "level": "DE:ORTSVERBAND", "state":" Nordrhein-Westfalen", "type": "REGIONAL_CHAPTER"}' ```