fix quote

This commit is contained in:
projectmoon 2024-08-05 10:14:16 +02:00
parent a2a1a2624d
commit 7a4f642461
1 changed files with 1 additions and 1 deletions

2
osm.py
View File

@ -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 [])