mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Fix bad log
This commit is contained in:
parent
d0847681c1
commit
d4b444f49b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class ConditionPostgres:
|
|||
)
|
||||
|
||||
with db_session() as session:
|
||||
logger.info("Successfully made connection to database:", session)
|
||||
logger.info("[ConditionPostgres] Successfully made connection to database")
|
||||
# for start in range(0, total, batch_size):
|
||||
# end = min(start + batch_size, total)
|
||||
# batch = survey_models[start:end]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue