Skip to content

Commit a55a802

Browse files
authored
Merge pull request #2705 from dhalbert/aero
MatrixPortal_S3_Flight_Proximity_Tracker: fix AERO_API_KEY typo
2 parents 83e706e + ca95364 commit a55a802

File tree

1 file changed

+1
-1
lines changed
  • MatrixPortal_S3_Flight_Proximity_Tracker

1 file changed

+1
-1
lines changed

MatrixPortal_S3_Flight_Proximity_Tracker/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def fetch_flight_data():
136136

137137
headers = {
138138
"Accept": "application/json; charset=UTF-8",
139-
"x-apikey": os.getenv("AREO_API_KEY"), # Replace with your actual API key
139+
"x-apikey": os.getenv("AERO_API_KEY"), # Replace with your actual API key
140140
}
141141
full_url = f"{base_url}?{construct_query_string(params)}"
142142
response = requests.get(full_url, headers=headers)

0 commit comments

Comments
 (0)