forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-10 05:34:07 +02:00
parent 33771abfd5
commit e245c32bc8
1 changed files with 1 additions and 9 deletions

View File

@ -1186,15 +1186,7 @@ def chart(v):
comments={'comment_stats': comment_stats},
)
final = {
"multi_plot": x,
"user_stats": user_stats,
"signup_data": daily_signups,
"post_data": post_stats,
"comment_data": comment_stats,
}
return final
return redirect(x)
def create_plot(**kwargs):