mbuuck commited on
Commit
68d8859
1 Parent(s): 354b508

Change environment variable name

Browse files
Files changed (1) hide show
  1. utils/indicators.py +1 -1
utils/indicators.py CHANGED
@@ -276,7 +276,7 @@ class IndexGenerator:
276
  fig.update_layout(
277
  mapbox={
278
  "style": "satellite",
279
- "accesstoken":os.environ['NEXT_PUBLIC_MAPBOX_API'],
280
  "center": {"lon": bbox_center[0], "lat": bbox_center[1]},
281
  "zoom": zoom,
282
  "layers": [
 
276
  fig.update_layout(
277
  mapbox={
278
  "style": "satellite",
279
+ "accesstoken":os.environ['MAPBOX_ACCESS_TOKEN'],
280
  "center": {"lon": bbox_center[0], "lat": bbox_center[1]},
281
  "zoom": zoom,
282
  "layers": [