mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-05 02:45:28 +00:00
fix(session): use shared UTC timestamp helper
This commit is contained in:
parent
9bd11cc642
commit
bd4c3fd470
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ def setup_session_routes(
|
|||
if db_session:
|
||||
db_session.reasoning_effort = saved_reasoning
|
||||
db_session.verbosity = saved_verbosity
|
||||
db_session.updated_at = datetime.utcnow()
|
||||
db_session.updated_at = utcnow_naive()
|
||||
db.commit()
|
||||
finally:
|
||||
db.close()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue