From fad08ac7b412984b369a680171938848f57a27cf Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 20 Jan 2019 09:45:17 +0100 Subject: [PATCH] Fix Osmose.py --- Osmose.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Osmose.py b/Osmose.py index cd2dc9d..9159a98 100644 --- a/Osmose.py +++ b/Osmose.py @@ -4,7 +4,7 @@ import requests from time import sleep import os, shutil, json -#from osmapi import OsmApi +from osmapi import OsmApi from recognizer.model import stop_sign_recognizer DEFAULT_CACHE_DIR = './workspace' @@ -31,7 +31,7 @@ def get_intersection(zone): # temp['direction'] = node.tags['direction'] # intersec_collected.append(temp) pass - + return intersec_collected def get_node_by_id(node):