Update locationdata.py

This commit is contained in:
SpudGunMan
2025-09-17 11:55:34 -07:00
parent a39f588f9f
commit fde37313f5

View File

@@ -1013,5 +1013,3 @@ def get_openskynetwork(lat=0, lon=0):
aircraft_report = aircraft_report[:-1]
aircraft_report = abbreviate_noaa(aircraft_report)
return aircraft_report if aircraft_report else NO_ALERTS