Remove an unnecessary g.db.add().

This commit is contained in:
Ben Rog-Wilhelm 2023-08-27 15:04:59 -05:00
parent c1b781db6c
commit 644c84b212

View file

@ -196,7 +196,6 @@ def read(data, v):
timestamp = datetime.fromtimestamp(int(data) + 1)
v.chat_lastseen = timestamp
g.db.add(v)
g.db.commit()