From 23c2d701df244ec3759c61fb6969bf303b871d4d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 28 Oct 2025 11:14:41 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/locationdata.py b/modules/locationdata.py index 2e0b810..b713d22 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -1033,6 +1033,7 @@ def get_openskynetwork(lat=0, lon=0): return my_settings.NO_ALERTS aircraft_list = aircraft_json['states'] aircraft_report = "" + logger.debug(f"Location: OpenSky Network: Found {len(aircraft_list)} possible aircraft in area") for aircraft in aircraft_list: if len(aircraft_report.split("\n")) >= search_limit: break