Merge branch 'master' of https://github.com/Aevann1/Drama into snow

This commit is contained in:
Aevann1 2021-12-15 00:11:48 +02:00
commit 13b2afcaaf
4 changed files with 15 additions and 3 deletions

View file

@ -75,7 +75,7 @@ def participation_stats(v):
@auth_required
def chart(v):
file = cached_chart()
return send_file(f".{file}")
return send_file(file)
@cache.memoize(timeout=86400)