From cdf7c2d31d1d1c8f872d2266f8c136f7000e4df6 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 6 Dec 2020 19:27:39 -0500 Subject: [PATCH] v1.0.12 - change python3 to python --- root/scripts/video-pp.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/video-pp.bash b/root/scripts/video-pp.bash index 26bc93e..29dee99 100644 --- a/root/scripts/video-pp.bash +++ b/root/scripts/video-pp.bash @@ -11,7 +11,7 @@ function Configuration { log "##### SABnzbd Category: $category" log "##### DOCKER: $TITLE" log "##### SCRIPT: Video Post Processor ($TITLESHORT)" - log "##### SCRIPT VERSION: 1.0.11" + log "##### SCRIPT VERSION: 1.0.12" log "##### DOCKER VERSION: $VERSION" log "##### CONFIGURATION VERIFICATION" @@ -334,7 +334,7 @@ function Main { fi log "===START SMA" # Manual run of Sickbeard MP4 Automator - if python3 /usr/local/sma/manual.py --config "/config/scripts/configs/$5-sma.ini" -i "${basefilename}.${extension}" $tagging; then + if python /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"