Commit c8570a1f authored by Francesco Poldi's avatar Francesco Poldi

Update

parent 2a75783c
...@@ -20,7 +20,6 @@ class RecycleObject(object): ...@@ -20,7 +20,6 @@ class RecycleObject(object):
def flush(self): pass def flush(self): pass
def getLocation(place, **options): def getLocation(place, **options):
print("asking for " + place)
location = geolocator.geocode(place) location = geolocator.geocode(place)
if location: if location:
if options.get("near"): if options.get("near"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment