We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e517f + 6815aed commit 9536bb8Copy full SHA for 9536bb8
1 file changed
test_bls.py
@@ -22,9 +22,9 @@ def test_bls_api(start_year, end_year):
22
# Get BLS API key
23
bls_api_key = os.getenv('BLS_API_KEY')
24
if bls_api_key:
25
- print(f"🔑 Using API key: {bls_api_key[:8]}...")
+ print("🔑 Using API key from environment")
26
else:
27
- print(f"⚠️ No API key - using public API")
+ print("⚠️ No API key - using public API")
28
29
# BLS API call
30
url = "https://api.bls.gov/publicAPI/v2/timeseries/data/"
0 commit comments