Switch to ArgParse version of get-observations.py
authorDan White <dan@whiteaudio.com>
Mon, 4 Jul 2022 22:10:06 +0000 (17:10 -0500)
committerDan White <dan@whiteaudio.com>
Mon, 4 Jul 2022 22:11:14 +0000 (17:11 -0500)
do-updates.sh

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