mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 15:22:10 +00:00
More logging
This commit is contained in:
@@ -681,6 +681,7 @@ async def check_music():
|
|||||||
# trunk-ignore(pylint/R0915)
|
# trunk-ignore(pylint/R0915)
|
||||||
async def check_data_q():
|
async def check_data_q():
|
||||||
channel = client.get_channel(1062047367337095268)
|
channel = client.get_channel(1062047367337095268)
|
||||||
|
logger.info("Scan queue")
|
||||||
try:
|
try:
|
||||||
data = IN_COMM_Q.get(block=False)
|
data = IN_COMM_Q.get(block=False)
|
||||||
await channel.send(f"O. A tak będzie wyglądało coś ciekawego w przyszłości: {data}")
|
await channel.send(f"O. A tak będzie wyglądało coś ciekawego w przyszłości: {data}")
|
||||||
|
|||||||
Reference in New Issue
Block a user