summaryrefslogtreecommitdiffstats
path: root/store.py
diff options
context:
space:
mode:
authorStefan Hansson <steha708@edu.liu.se>2020-12-16 09:20:12 +0100
committerNewbyte <steha708@liu.se>2020-12-16 09:20:12 +0100
commitdd50eb5818501eb45cdde745cf239ac12b13a04e (patch)
tree1ff5da81c859b65b3883226a1507914c0ba4ec87 /store.py
parenta11a7b4cde5834781aa57e7f9c9a8a3a309d6411 (diff)
downloadtdde25-dd50eb5818501eb45cdde745cf239ac12b13a04e.tar.gz
Implement mode of transport
Diffstat (limited to 'store.py')
-rw-r--r--store.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/store.py b/store.py
index 4821072..34c0f0b 100644
--- a/store.py
+++ b/store.py
@@ -56,6 +56,7 @@ def add_neighbours(nodes):
node1 = road[i]
node2 = road[i + 1]
+ # FIXME: lots of repeated code here
if suitable_bike(way):
bike_nodes = nodes['bike']