fix mars language
This commit is contained in:
parent
b5c2681f63
commit
2fa99d775c
1
scripts/logs.sh
Normal file
1
scripts/logs.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
kubectl -n qubed logs deployment/stac-server
|
@ -85,9 +85,9 @@ else:
|
|||||||
mars_language = yaml.safe_load(
|
mars_language = yaml.safe_load(
|
||||||
requests.get(
|
requests.get(
|
||||||
"https://github.com/ecmwf/qubed/raw/refs/heads/main/config/climate-dt/language.yaml",
|
"https://github.com/ecmwf/qubed/raw/refs/heads/main/config/climate-dt/language.yaml",
|
||||||
timeout=1,
|
timeout=3,
|
||||||
).content
|
).content
|
||||||
)
|
)["_field"]
|
||||||
|
|
||||||
if "API_KEY" in os.environ:
|
if "API_KEY" in os.environ:
|
||||||
api_key = os.environ["API_KEY"]
|
api_key = os.environ["API_KEY"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user