Skip to content

Commit

Permalink
Fix Osmose.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AMairesse committed Jan 20, 2019
1 parent f12f335 commit fad08ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Osmose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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):
Expand Down

0 comments on commit fad08ac

Please sign in to comment.