This commit is contained in:
2024-04-17 20:20:51 +02:00
parent ee7ab6e589
commit 7a7e98e4d5
+1 -1
View File
@@ -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,