fds
This commit is contained in:
parent
0cc7f7d6c5
commit
f005465b1e
2 changed files with 2 additions and 2 deletions
BIN
chart.png
BIN
chart.png
Binary file not shown.
Before Width: | Height: | Size: 77 KiB |
|
@ -104,10 +104,10 @@ def cached_chart(days):
|
||||||
days = int((nowstamp - firstsignup) / 86400)
|
days = int((nowstamp - firstsignup) / 86400)
|
||||||
|
|
||||||
if days > 31:
|
if days > 31:
|
||||||
file = "/weekly_chart.png"
|
file = "/weekly_chart.webp"
|
||||||
day_cutoffs = [today_cutoff - 86400 * 7 * i for i in range(31)][1:]
|
day_cutoffs = [today_cutoff - 86400 * 7 * i for i in range(31)][1:]
|
||||||
else:
|
else:
|
||||||
file = "/daily_chart.png"
|
file = "/daily_chart.webp"
|
||||||
day_cutoffs = [today_cutoff - 86400 * i for i in range(31)][1:]
|
day_cutoffs = [today_cutoff - 86400 * i for i in range(31)][1:]
|
||||||
|
|
||||||
day_cutoffs.insert(0, calendar.timegm(now))
|
day_cutoffs.insert(0, calendar.timegm(now))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue