OSM: Fix small typo

This commit is contained in:
projectmoon 2024-09-23 22:27:04 +02:00
parent 3b5704bc2b
commit 975d96847f
1 changed files with 1 additions and 1 deletions

2
osm.py
View File

@ -649,7 +649,7 @@ class OsmSearcher:
async def do_osm_search(
valves, user_valves, place, tags,
category="POIS", event_emitter=None, limit=5, radius=4000
category="POIs", event_emitter=None, limit=5, radius=4000
):
print(f"[OSM] Searching for [{category}] ({tags[0]}, etc) near place: {place}")
searcher = OsmSearcher(valves, user_valves, event_emitter)