remotes/1693045480750635534/spooky-22
Aevann1 2021-12-15 23:43:30 +02:00
parent 5dbb83352f
commit 62f525dbf1
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ def cached_chart(days):
if not days:
firstsignup = g.db.query(User.created_utc).filter(User.created_utc != 0).order_by(User.created_utc).first()[0]
print(firstsignup)
nowstamp = int(time.time())
days = int((nowstamp - firstsignup) / 86400)