Spaces:
Sleeping
Sleeping
Georges
commited on
Commit
·
444065d
1
Parent(s):
3279af5
Maybe fix env?
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -48,7 +48,7 @@ def search_location(location_name) -> Optional[dict[str, float]]:
|
|
| 48 |
"q": location_name,
|
| 49 |
"format": "json"
|
| 50 |
}
|
| 51 |
-
|
| 52 |
response = requests.get(url, params=params, headers=headers)
|
| 53 |
|
| 54 |
st.write("DEBUG:")
|
|
|
|
| 48 |
"q": location_name,
|
| 49 |
"format": "json"
|
| 50 |
}
|
| 51 |
+
st.write(os.environ.get("pk_key"))
|
| 52 |
response = requests.get(url, params=params, headers=headers)
|
| 53 |
|
| 54 |
st.write("DEBUG:")
|