Add 3 dots

This commit is contained in:
Alexandre
2025-07-23 20:58:43 +02:00
committed by GitHub
parent eddc8d1df1
commit 05a8913b5c

View File

@@ -146,7 +146,7 @@ sed -i "s|plotly_streamlit.py --browser.gatherUsageStats|plotly_streamlit.py --s
# Clean saved mp3 files
if [[ -f "$HOME/BirdNET-Pi/scripts/utils/reporting.py" ]]; then
echo ".. add highpass and lowpass to sox extracts"
echo "... add highpass and lowpass to sox extracts"
sed -i "s|f'={stop}']|f'={stop}', 'highpass', '250']|g" "$HOME/BirdNET-Pi/scripts/utils/reporting.py"
fi