Improvements to JSON updaters.
This commit is contained in:
@@ -86,7 +86,7 @@ class BaseClass(Base):
|
||||
"""
|
||||
Add the object to the database and commit
|
||||
"""
|
||||
logger.debug(f"Saving object: {pformat(self.__dict__)}")
|
||||
# logger.debug(f"Saving object: {pformat(self.__dict__)}")
|
||||
try:
|
||||
self.__database_session__.add(self)
|
||||
self.__database_session__.commit()
|
||||
|
||||
Reference in New Issue
Block a user