Skip to content

Commit

Permalink
Code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales authored May 30, 2022
1 parent 325108c commit be937c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPXTweaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,6 @@ def RequestDescription(self, infos, point, key=None, referer=None, user_agent='G
uri = infos['source'].format_map({'key': key or '', 'lat': point[0], 'lon': point[1]})
try:
rep = HTTPRequest(uri, 'GET', headers, pconnection=pconnection)
print(rep.code)
if rep.code != '200':
return None
if not rep.body:
Expand Down

0 comments on commit be937c0

Please sign in to comment.