0.0.8-fixes

This commit is contained in:
2023-04-24 09:14:35 +03:00
parent 437a50fa3c
commit acb86ac200
13 changed files with 72 additions and 70 deletions

View File

@@ -25,5 +25,6 @@ async def handle_command_graph(msg):
members.append(member)
print(f'found {len(members)} members')
data = generate_chart(members)
r = await send_document(msg['chat']['id'], data, 'chart.svg')
print(r)
if data:
r = await send_document(msg['chat']['id'], data, 'chart.svg')
print(r)