From 48f08492cad4d81bc7c43ab8d59a91e1ef29d025 Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal Date: Fri, 12 Jul 2024 14:24:35 +0200 Subject: [PATCH] python 3.10 compatibility --- src/eodash_catalog/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eodash_catalog/endpoints.py b/src/eodash_catalog/endpoints.py index 1f0885f..e31f538 100644 --- a/src/eodash_catalog/endpoints.py +++ b/src/eodash_catalog/endpoints.py @@ -805,7 +805,7 @@ def handle_raw_source( rel="style", target=ep_st if ep_st.startswith("http") - else f"{catalog_config["assets_endpoint"]}/{ep_st}", + else f"{catalog_config['assets_endpoint']}/{ep_st}", media_type=style_type, extra_fields={ "asset:keys": list(assets),