Skip to content

Commit

Permalink
stop updates vax
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Aug 15, 2024
1 parent 3fa8ae5 commit b0c4ee9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions scripts/scripts/autoupdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ fi

# =====================================================================
# VAX ICER
hour=$(date +%H)
if [ $hour == 03 ] ; then
echo "Generating ICE vaccination data..."
cowid --server vax icer
fi
# hour=$(date +%H)
# if [ $hour == 03 ] ; then
# echo "Generating ICE vaccination data..."
# cowid --server vax icer
# fi

# =====================================================================
# Hospital & ICU data
Expand All @@ -86,13 +86,13 @@ fi
# =====================================================================
# Vaccinations

hour=$(date +%H)
if [ $hour == 07 ] ; then
echo "Generating Vaccination (get, process, generate)..."
cowid --server vax get
cowid --server vax process generate
git_push "vax"
fi
# hour=$(date +%H)
# if [ $hour == 07 ] ; then
# echo "Generating Vaccination (get, process, generate)..."
# cowid --server vax get
# cowid --server vax process generate
# git_push "vax"
# fi

# =====================================================================
# Swedish Public Health Agency
Expand Down

0 comments on commit b0c4ee9

Please sign in to comment.