-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
I tried to get the very fist basic example going but I always get the error: Unknown content type: text/html; charset="utf-8"
My code:
api = overpy.Overpass()
result = api.query("node(50.745,7.17,50.75,7.18);out;")
Any suggestions on how to solve this issue?
Thx
Reactions are currently unavailable