removed VENV variable as it is unneeded

This commit is contained in:
mcguirepr89
2022-02-18 14:28:25 -05:00
parent f62d39d877
commit 99c63ee069
+1 -3
View File
@@ -61,7 +61,5 @@ install_birdnet() {
[ -d ${RECS_DIR} ] || mkdir -p ${RECS_DIR} &> /dev/null
install_deps
if [ ! -d ${VENV} ];then
install_birdnet
fi
install_birdnet
exit 0