mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Logging
This commit is contained in:
@@ -1550,8 +1550,8 @@ async def zagraj_muzyke_mego_ludu(ctx):
|
||||
key_words = []
|
||||
for stat in sorted_stats:
|
||||
key_words.append(stat[0])
|
||||
|
||||
print(key_words)
|
||||
logger.info(sorted_stats[:30])
|
||||
logger.info(key_words[:30])
|
||||
reply = "Wygenerowana plejlista:\n"
|
||||
async with ctx.typing():
|
||||
logger.info("Zaczynam szukać timestamp %s", datetime.now())
|
||||
|
||||
Reference in New Issue
Block a user