remotes/1693045480750635534/spooky-22
Aevann1 2021-12-15 00:10:11 +02:00
parent 3e3278ba8b
commit 5f3bc5d8a7
1 changed files with 1 additions and 1 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)