Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hotosm/osm-rawdata
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 11, 2023
2 parents 444a895 + 556fc70 commit 305d3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_rawdata/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(self,

# Use a persistant connect, better for multiple requests
self.session = requests.Session()
db = os.getenv('UNDERPASS_API')
db = os.getenv('UNDERPASS_API_URL')
if db:
self.url = db
else:
Expand Down

0 comments on commit 305d3da

Please sign in to comment.