Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4df054f0
authored
Aug 18, 2025
by
Tatang S
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
argumen error
1 parent
6a8fa480
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
opensipkd/models/handlers.py
opensipkd/models/handlers.py
View file @
4df054f
...
...
@@ -3,7 +3,8 @@ from sqlalchemy.orm import (scoped_session, sessionmaker, )
from
opensipkd.base
import
Base
from
opensipkd.models
import
CommonModel
factory
=
sessionmaker
(
autoflush
=
True
,
autocommit
=
True
)
# factory = sessionmaker(autoflush=True, autocommit=True)
factory
=
sessionmaker
(
autoflush
=
True
)
LogDBSession
=
scoped_session
(
factory
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment