mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
elapsed: float = time.perf_counter() - t0
|
||||||
|
|
||||||
logger.info(
|
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
|
@staticmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue