From 995bfbf8ceb7441d45b938f59f2a8db6ca8ae55f Mon Sep 17 00:00:00 2001 From: Dan White Date: Mon, 11 Jul 2022 14:55:07 -0500 Subject: [PATCH] do-updates.sh: update for new get-observations.py --- do-updates.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/do-updates.sh b/do-updates.sh index 8a56ffa..4e51431 100755 --- a/do-updates.sh +++ b/do-updates.sh @@ -5,12 +5,18 @@ cd ~/ed/scheduling-bazaar cd data +# Configure the Conda environment +. ~/miniconda3/etc/profile.d/conda.sh +conda activate bazaar + + echo "*** Fetching database items" ../python-files/get-db.sh echo echo "*** Getting observations" #../python-files/get-observations.py --fetch observations.db -../python-files/get-observations.py --fetch --retry-unknown observations.db +#../python-files/get-observations.py --fetch --retry-unknown observations.db +../python-files/get-observations.py --fetch --pages 100 observations.db exit -- 2.25.1