summaryrefslogtreecommitdiffstats
path: root/store.py
diff options
context:
space:
mode:
Diffstat (limited to 'store.py')
-rw-r--r--store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/store.py b/store.py
index ba2e4ef..e7c1018 100644
--- a/store.py
+++ b/store.py
@@ -51,7 +51,7 @@ def extract_osm_nodes(f_name):
if not node.neighbours:
del nodes[node_id]
- print(f"Extracted {len(nodes)} nodes in {time.monotonic() - start} s")
+ print(f"Extracted {len(nodes)} nodes in {time.monotonic() - start:.3} s")
return nodes