fix PA Discord notifs for squawk-based notifications (#231)

Thanks to @wiedehopf for the help debugging and solving
This commit is contained in:
kx1t
2025-03-05 16:20:02 -05:00
committed by GitHub

View File

@@ -146,7 +146,7 @@ def _try_get_photo(row, index):
return ""
def get_plane_info(icao):
return planedb.get(icao, {})
return planedb.get(icao, { 'icao': icao })
def altitude_str(config, alt):
alt_actual = alt