From 516e16c6e604cb843ff9d15a1d582d6a0af49ab0 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 6 Dec 2020 19:50:15 -0500 Subject: [PATCH] Update video-pp.bash --- root/scripts/video-pp.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/video-pp.bash b/root/scripts/video-pp.bash index 29dee99..5d75369 100644 --- a/root/scripts/video-pp.bash +++ b/root/scripts/video-pp.bash @@ -334,7 +334,7 @@ function Main { fi log "===START SMA" # Manual run of Sickbeard MP4 Automator - if python /usr/local/sma/manual.py --config "/config/scripts/configs/$5-sma.ini" -i "${basefilename}.${extension}" $tagging; then + if python3 /usr/local/sma/manual.py --config "/config/scripts/configs/$5-sma.ini" -i "${basefilename}.${extension}" $tagging; then sleep 0.01 else log "ERROR: SMA Processing Error"