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