From e3a98e8b0a1c5aa90f682180a564b98e27c4d9e5 Mon Sep 17 00:00:00 2001 From: Dan White Date: Mon, 4 Jul 2022 17:10:06 -0500 Subject: [PATCH] Switch to ArgParse version of get-observations.py --- do-updates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1