From fde37313f5ef8198a4aedcd131f54d37373baa4e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 17 Sep 2025 11:55:34 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index d9699b0..78ee460 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -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 - -