mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove hardcoded FlightAware AeroAPI key from flights.py
https://claude.ai/code/session_01H5wj3VH1Jh28kzepEwdDCx
This commit is contained in:
parent
d0dd930080
commit
699d2eaa06
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ EXTRACTION_MODEL = "openai/gpt-4o-mini"
|
||||||
|
|
||||||
# FlightAware AeroAPI configuration
|
# FlightAware AeroAPI configuration
|
||||||
AEROAPI_BASE_URL = "https://aeroapi.flightaware.com/aeroapi"
|
AEROAPI_BASE_URL = "https://aeroapi.flightaware.com/aeroapi"
|
||||||
AEROAPI_KEY = os.getenv("AEROAPI_KEY", "ESVFX7TJLxB7OTuayUv0zTQBryA3tOPr")
|
AEROAPI_KEY = os.getenv("AEROAPI_KEY")
|
||||||
|
|
||||||
# HTTP client for API calls
|
# HTTP client for API calls
|
||||||
http_client = httpx.AsyncClient(timeout=30.0)
|
http_client = httpx.AsyncClient(timeout=30.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue