From 5fa57f48dffb995c289bf4d496c5a3eb697d9188 Mon Sep 17 00:00:00 2001 From: Azlux Date: Mon, 24 Feb 2020 19:19:29 +0100 Subject: [PATCH] fix constant placeholder missing --- mumbleBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumbleBot.py b/mumbleBot.py index 66528c4..94f7c7e 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -423,7 +423,7 @@ class MumbleBot: 'preferredquality': '192'}, {'key': 'FFmpegMetadata'}] } - self.send_msg(constants.strings('download_in_progress', music['title'])) + self.send_msg(constants.strings('download_in_progress', item=music['title'])) with youtube_dl.YoutubeDL(ydl_opts) as ydl: for i in range(2): # Always try 2 times