Skip to content

Commit 325def8

Browse files
Fixed syntax bug
1 parent 82f8042 commit 325def8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overpass/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _get_from_overpass(self, query):
143143
data=payload,
144144
timeout=self.timeout,
145145
proxies=self.proxies,
146-
headers=self.headers),
146+
headers=self.headers,
147147
)
148148

149149
except requests.exceptions.Timeout:

0 commit comments

Comments
 (0)