Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user