Fix install cmd

This commit is contained in:
bel
2020-12-08 07:50:11 -07:00
parent c98a50c5ab
commit e4ede9c4e1

View File

@@ -42,7 +42,7 @@ func installPyPip3FFMPEG() error {
if err == nil { if err == nil {
return nil return nil
} }
log.Println("%v: %v", err, combo) log.Printf("%v: %v", err, combo)
} }
return errors.New("cannot get python3 and pip3 and ffmpeg") return errors.New("cannot get python3 and pip3 and ffmpeg")
} }