small fix

This commit is contained in:
maxDorninger
2025-04-17 14:44:20 +02:00
parent edfeedc608
commit 027c4550c5
13 changed files with 91 additions and 147 deletions

View File

@@ -32,6 +32,7 @@ def get_session() -> Generator[Session, Any, None]:
except Exception as e:
db.rollback()
log.critical(f"error occurred: {e}")
print("OIDA OIDA OIDA OIDA OIDA", e)
finally:
db.close()