From: Dan White Date: Mon, 4 Jul 2022 22:10:06 +0000 (-0500) Subject: Switch to ArgParse version of get-observations.py X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=e3a98e8b0a1c5aa90f682180a564b98e27c4d9e5;p=scheduling-bazaar-data.git Switch to ArgParse version of get-observations.py --- diff --git a/do-updates.sh b/do-updates.sh index 1893018..8a56ffa 100755 --- a/do-updates.sh +++ b/do-updates.sh @@ -10,6 +10,7 @@ echo "*** Fetching database items" echo echo "*** Getting observations" -../python-files/get-observations.py +#../python-files/get-observations.py --fetch observations.db +../python-files/get-observations.py --fetch --retry-unknown observations.db exit