do-updates.sh: update for new get-observations.py
authorDan White <dan@whiteaudio.com>
Mon, 11 Jul 2022 19:55:07 +0000 (14:55 -0500)
committerDan White <dan@whiteaudio.com>
Mon, 11 Jul 2022 19:55:07 +0000 (14:55 -0500)
do-updates.sh

index 8a56ffa706264ad732043eb581a77a40cb041a89..4e51431d05a31a5fca74732ae9d4eb521445686e 100755 (executable)
@@ -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