parent
c98a50c5ab
commit
e4ede9c4e1
|
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue