mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
fix PA Discord notifs for squawk-based notifications (#231)
Thanks to @wiedehopf for the help debugging and solving
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user