From 7a7e98e4d5fa8beb734426904da6c28a25b1521e Mon Sep 17 00:00:00 2001 From: Migatu Date: Wed, 17 Apr 2024 20:20:51 +0200 Subject: [PATCH] Bugfix --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 552a445..5246e03 100644 --- a/bot.py +++ b/bot.py @@ -1800,7 +1800,7 @@ async def dodaj_do_ulubionych(ctx): logger.info("Zaczynam szukać timestamp %s", datetime.now()) dlugosc_playlisty = ctx.message.content.split()[1] - word_list = ctx.message.content.split()[1:] + word_list = ctx.message.content.split()[] jrequest = { "lista_slow": word_list, "dlugosc_plejlisty": dlugosc_playlisty,