kc token public key/token issue, path root set to 1
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
from db import get_db
|
||||
|
||||
def insert_log(log_entry):
|
||||
with get_db() as db:
|
||||
db.add(log_entry)
|
||||
db.commit()
|
||||
with get_db() as session:
|
||||
session.add(log_entry)
|
||||
session.commit()
|
||||
Reference in New Issue
Block a user