Files
ciaovolo/flight-comparator/airports.py
domverse 5c65e4d2ee
All checks were successful
Deploy / deploy (push) Successful in 21s
fix: add BER to airports.py so scans include Berlin Brandenburg
OpenFlights dataset predates BER's 2020 opening. The patch already
existed in api_server.py for the search UI, but scan_processor.py
uses airports.py directly, so Germany scans silently skipped BER.

Added _MISSING_AIRPORTS to airports.py, patched both
get_airports_for_country() and _all_airports_by_iata() to inject
the extras, making BER available to scans and lookups.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 21:45:07 +01:00

8.0 KiB