Merge branch 'dev-indep' of https://github.com/pluja/Parasitter into dev-indep

This commit is contained in:
pluja 2020-09-08 13:18:21 +02:00
commit af07bb130c

View File

@ -408,7 +408,7 @@ def settings():
u.set_last_seen()
db.session.commit()
else:
t = datetime.datetime.utcnow() - us.last_seen
t = datetime.datetime.utcnow() - u.last_seen
s = t.total_seconds()
m = s/60
if m < 40: