MilanM commited on
Commit
3388a1f
·
verified ·
1 Parent(s): 3e6615f

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")
7
  }