fsdfds
This commit is contained in:
parent
c98b2f0279
commit
f95372fe9c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def cached_chart(days):
|
||||||
nowstamp = int(time.time())
|
nowstamp = int(time.time())
|
||||||
days = int((nowstamp - firstsignup) / 86400)
|
days = int((nowstamp - firstsignup) / 86400)
|
||||||
|
|
||||||
if days > 30: day_cutoffs = [today_cutoff - 86400*7 * i for i in range(days)]
|
if days > 30: day_cutoffs = [today_cutoff - 86400*7 * i for i in range(days/7)]
|
||||||
else: day_cutoffs = [today_cutoff - 86400 * i for i in range(days)]
|
else: day_cutoffs = [today_cutoff - 86400 * i for i in range(days)]
|
||||||
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