fixes-logs-imports

This commit is contained in:
2023-09-18 10:50:48 +03:00
parent cf4f13ae9b
commit 95071ec301
14 changed files with 98 additions and 61 deletions

View File

@@ -9,4 +9,4 @@ async def handle_command_graph(msg):
data = generate_chart(members)
if data:
r = await send_document(msg["chat"]["id"], data, "chart.svg")
print(r)
logger.debug(r)