fix quote

This commit is contained in:
projectmoon 2024-08-05 10:10:57 +02:00
parent 9f51613d26
commit bf4a998e21
1 changed files with 2 additions and 1 deletions

3
osm.py
View File

@ -173,7 +173,8 @@ class OsmSearcher:
{search}
);
out qt;
"""'
"""
print(query)
data = { "data": query }
response = requests.get(url, params=data, headers=headers)