diff --git a/osm.py b/osm.py index 935dc6d..8bb8903 100644 --- a/osm.py +++ b/osm.py @@ -173,7 +173,8 @@ class OsmSearcher: {search} ); out qt; - """' + """ + print(query) data = { "data": query } response = requests.get(url, params=data, headers=headers)