diff --git a/scripts/birdnet_analysis.sh b/scripts/birdnet_analysis.sh index 6d68a52..560720c 100755 --- a/scripts/birdnet_analysis.sh +++ b/scripts/birdnet_analysis.sh @@ -46,8 +46,9 @@ run_analysis() { echo "Starting run_analysis() for ${1}" WEEK=$(date --date="${2}" +"%U") cd ${HOME}/BirdNET-Lite || exit 1 - "${VENV}"/bin/python analyze.py \ + python3 analyze.py \ --i "${1}" \ + --o "${1}.csv" \ --lat "${LATITUDE}" \ --lon "${LONGITUDE}" \ --week "${WEEK}" \