Skip to content

Commit

Permalink
Fix container client argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 5, 2024
1 parent 4fc8884 commit e7fc382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilecloud_chain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def get_store(
cache_tilestore = AzureStorageBlobTileStore(
tilelayout=layout,
cache_control=cache_azure.get("cache_control"),
client=get_azure_container_client(cache_azure["container"]),
container_client=get_azure_container_client(cache_azure["container"]),
)
elif cache["type"] == "mbtiles":
metadata = {}
Expand Down

0 comments on commit e7fc382

Please sign in to comment.