[FEA] Added Conroller for sanity
This commit is contained in:
@@ -11,4 +11,5 @@ def create(session:Session, library:Base):
|
||||
session.commit()
|
||||
logger.debug("Committed Library")
|
||||
session.refresh(library)
|
||||
logger.debug("Rerfreshed Library")
|
||||
logger.debug("Refreshed Library")
|
||||
return library
|
||||
|
||||
Reference in New Issue
Block a user