MilanM commited on
Commit
cca3c6b
·
verified ·
1 Parent(s): 5276b15

Update baked_in_credentials/creds.py

Browse files
Files changed (1) hide show
  1. baked_in_credentials/creds.py +1 -1
baked_in_credentials/creds.py CHANGED
@@ -3,5 +3,5 @@ credentials = {
3
  "api_key": os.environ.get("WX_APIKEY"),
4
  "project_id": os.environ.get("WX_PROJECT_ID"),
5
  "space_id": os.environ.get("WX_SPACE_ID"),
6
- "region": os.environ.get("WX_REGION")
7
  }
 
3
  "api_key": os.environ.get("WX_APIKEY"),
4
  "project_id": os.environ.get("WX_PROJECT_ID"),
5
  "space_id": os.environ.get("WX_SPACE_ID"),
6
+ "region": os.environ.get("WX_REGION") or "EU"
7
  }