We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315d239 commit 2b88cf7Copy full SHA for 2b88cf7
mapswipe_workers/mapswipe_workers/definitions.py
@@ -17,7 +17,7 @@
17
OSMCHA_API_LINK = "https://osmcha.org/api/v1/"
18
OSMCHA_API_KEY = os.environ["OSMCHA_API_KEY"]
19
MAPILLARY_API_LINK = "https://tiles.mapillary.com/maps/vtp/mly1_computed_public/2/"
20
-MAPILLARY_API_KEY = os.environ["MAPILLARY_API_KEY"]
+MAPILLARY_API_KEY = os.getenv("MAPILLARY_API_KEY")
21
22
# number of geometries for project geometries
23
MAX_INPUT_GEOMETRIES = 10
0 commit comments