Skip to content

Commit

Permalink
Cleanup 3
Browse files Browse the repository at this point in the history
Removing superfluous spaces.
  • Loading branch information
nataliejschultz committed Jun 17, 2024
1 parent 8a93991 commit 1a6da67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/net/ext_service/transit_matching/match_stops.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

def make_request_and_catch(overpass_query):
try:
response = requests.post(url + "api/interpreter", data=overpass_query)
response = requests.post(url + "api/interpreter", data=overpass_query)
except requests.exceptions.ChunkedEncodingError as e:
logging.info("ChunkedEncodingError while creating request %s" % (e))
time.sleep(10)
Expand Down

0 comments on commit 1a6da67

Please sign in to comment.