We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83e706e + ca95364 commit a55a802Copy full SHA for a55a802
MatrixPortal_S3_Flight_Proximity_Tracker/code.py
@@ -136,7 +136,7 @@ def fetch_flight_data():
136
137
headers = {
138
"Accept": "application/json; charset=UTF-8",
139
- "x-apikey": os.getenv("AREO_API_KEY"), # Replace with your actual API key
+ "x-apikey": os.getenv("AERO_API_KEY"), # Replace with your actual API key
140
}
141
full_url = f"{base_url}?{construct_query_string(params)}"
142
response = requests.get(full_url, headers=headers)
0 commit comments