This commit is contained in:
Aevann1 2021-09-10 05:37:07 +02:00
parent 078f1ebb39
commit 39b5172c49

View file

@ -1181,12 +1181,12 @@ def chart(v):
} for i in range(len(day_cutoffs) - 1) } for i in range(len(day_cutoffs) - 1)
] ]
x = create_plot(sign_ups={'daily_signups': daily_signups}, create_plot(sign_ups={'daily_signups': daily_signups},
posts={'post_stats': post_stats}, posts={'post_stats': post_stats},
comments={'comment_stats': comment_stats}, comments={'comment_stats': comment_stats},
) )
return send_file("image.png") return send_file("../image.png")
def create_plot(**kwargs): def create_plot(**kwargs):