From d3051ccc6f1a3ce0f25ee5f925877f514d0bf940 Mon Sep 17 00:00:00 2001 From: Migatu Date: Sat, 6 Apr 2024 12:53:28 +0200 Subject: [PATCH] fix for playlist - start --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 83f7ed7..f5feaf0 100644 --- a/bot.py +++ b/bot.py @@ -1200,6 +1200,7 @@ async def wyszukaj(ctx, how_many=0, slowa_kluczowe=None): if not return_data.status_code == 200: await ctx.send("Wołaj szefa - coś się wyjebało") return + logger.info(return_data.json()["data"]) return return_data.json()["data"] async def remove_characters(string, character):