From e4ede9c4e137573a7c6058d4b5939338bece5233 Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 8 Dec 2020 07:50:11 -0700 Subject: [PATCH] Fix install cmd --- youtubedl/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtubedl/install.go b/youtubedl/install.go index 87bdda5..92a5d3c 100755 --- a/youtubedl/install.go +++ b/youtubedl/install.go @@ -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") }