fdsfsd
This commit is contained in:
parent
4b42e23c4b
commit
5792df0470
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def chart(v):
|
||||||
return send_file(file)
|
return send_file(file)
|
||||||
|
|
||||||
|
|
||||||
# @cache.memoize(timeout=86400)
|
@cache.memoize(timeout=86400)
|
||||||
def cached_chart(days):
|
def cached_chart(days):
|
||||||
now = time.gmtime()
|
now = time.gmtime()
|
||||||
midnight_this_morning = time.struct_time((now.tm_year,
|
midnight_this_morning = time.struct_time((now.tm_year,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue