remotes/1693045480750635534/spooky-22
Aevann1 2021-12-19 16:18:17 +02:00
parent a207cbe39b
commit f7b8d85032
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def cached_chart(days):
day_cutoffs = [today_cutoff - 86400 * 7 * i for i in range(31)][1:]
else:
file = "/daily_chart.png"
day_cutoffs = [today_cutoff - 86400 * i for i in range(31)]
day_cutoffs = [today_cutoff - 86400 * i for i in range(31)][1:]
day_cutoffs.insert(0, calendar.timegm(now))