@ -23,7 +23,10 @@ def get_total(transaction):
def get_income(event):
if event.transactions:
return sum(get_total(t) for t in event.transactions)
else:
return 0
@click.group()
The note is not visible to the blocked user.