make it 3 days

pull/214/head
Aevann 2023-10-12 18:35:51 +03:00
parent 70cc32d871
commit d22b98a961
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def max_days():
@cache.memoize(timeout=60)
def bar_position():
t = int(time.time()) - 86400
t = int(time.time()) - (86400*3)
db = db_session()
vaxxed = db.execute(text("SELECT COUNT(*) FROM users WHERE zombie > 0")).one()[0]