remotes/1693045480750635534/spooky-22
Aevann1 2022-05-24 22:27:27 +02:00
parent ff68e0eb7d
commit e1f298deb8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def get_logged_in_user():
counter = 0
for val in sessions.values():
if g.timestamp - val < 60:
if g.timestamp - val < 15*60:
counter += 1
g.counter = counter