Reduce online timer span, reduce letter spacing in image banner

This commit is contained in:
Xevion
2022-03-27 13:49:07 -05:00
parent 4c330ccedf
commit 87f6c53987
3 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ from sqlalchemy import func
from .create_app import db
MAXIMUM_ONLINE_DELTA = datetime.timedelta(minutes=5)
MAXIMUM_ONLINE_DELTA = datetime.timedelta(minutes=1)
class User(UserMixin, db.Model):