Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Duberstein committed Apr 29, 2020
1 parent cff9f74 commit b15df42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/pydeck/examples/tile_3d_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
data="https://assets.cesium.com/33301/tileset.json",
id="tiles-st-helens",
loader="@@#CesiumIonLoader",
loadOptions={"cesium-ion": {"accessToken": os.environ("CESIUM_API_KEY")}}, # noqa
loadOptions={"cesium-ion": {"accessToken": os.environ.get("CESIUM_API_KEY")}}, # noqa
)


Expand Down

0 comments on commit b15df42

Please sign in to comment.