fdsfsd
This commit is contained in:
parent
253ab58e1f
commit
9125846397
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def participation_stats(v):
|
||||||
@auth_required
|
@auth_required
|
||||||
def chart(v):
|
def chart(v):
|
||||||
file = cached_chart()
|
file = cached_chart()
|
||||||
return send_file(f".{file}")
|
return send_file(file)
|
||||||
|
|
||||||
|
|
||||||
@cache.memoize(timeout=86400)
|
@cache.memoize(timeout=86400)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue