Pending large code cleanup

This commit is contained in:
Landon Wark
2024-01-31 15:21:07 -06:00
parent 319f72cab2
commit eda62fba5a
19 changed files with 741 additions and 103 deletions

View File

@@ -50,7 +50,7 @@ class BaseClass(Base):
return ctx.backup_path
def save(self):
logger.debug(f"Saving {self}")
# logger.debug(f"Saving {self}")
try:
self.__database_session__.add(self)
self.__database_session__.commit()