fix quote
This commit is contained in:
parent
a2a1a2624d
commit
7a4f642461
2
osm.py
2
osm.py
|
@ -112,7 +112,7 @@ class OsmSearcher:
|
|||
return ([nominatim_result] if 'type' in nominatim_result
|
||||
and (nominatim_result['type'] == 'amenity'
|
||||
or nominatim_result['type'] == 'shop'
|
||||
or nominatim_result['type'] == 'leisure
|
||||
or nominatim_result['type'] == 'leisure'
|
||||
or nominatim_result['type'] == 'tourism')
|
||||
else [])
|
||||
|
||||
|
|
Loading…
Reference in New Issue