correct dash in log

This commit is contained in:
Daniel Roth 2026-01-29 12:49:09 +00:00
parent 364b30569f
commit 67ea36348e

View file

@ -40,7 +40,7 @@ class ConditionPostgres:
elapsed: float = time.perf_counter() - t0
logger.info(
f"Inserted batch {start} {end} ({len(batch)} surveys) in {elapsed} seconds",
f"Inserted batch {start} - {end} ({len(batch)} surveys) in {elapsed} seconds",
)
@staticmethod