mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fix 2.6
This commit is contained in:
@@ -1549,7 +1549,7 @@ async def zagraj_muzyke_mego_ludu(ctx):
|
|||||||
sorted_stats = sorted(stats.items(), key=lambda x: x[1])
|
sorted_stats = sorted(stats.items(), key=lambda x: x[1])
|
||||||
key_words = []
|
key_words = []
|
||||||
for stat in sorted_stats:
|
for stat in sorted_stats:
|
||||||
key_words.append(stat(0))
|
key_words.append(stat[0])
|
||||||
|
|
||||||
print(key_words)
|
print(key_words)
|
||||||
reply = "Wygenerowana plejlista:\n"
|
reply = "Wygenerowana plejlista:\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user