Fix install cmd

master v0.5
bel 2020-12-08 07:50:11 -07:00
parent c98a50c5ab
commit e4ede9c4e1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func installPyPip3FFMPEG() error {
if err == 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")
}