mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct dash in log
This commit is contained in:
parent
364b30569f
commit
67ea36348e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue