This commit is contained in:
2023-07-18 09:28:41 +02:00
committed by migatu
parent 7c8ad99743
commit 7bd0c0aca4
+1 -1
View File
@@ -1549,7 +1549,7 @@ async def zagraj_muzyke_mego_ludu(ctx):
sorted_stats = sorted(stats.items(), key=lambda x: x[1])
key_words = []
for stat in sorted_stats:
key_words.append(stat(0))
key_words.append(stat[0])
print(key_words)
reply = "Wygenerowana plejlista:\n"