From 232f9c24dbd49ab0561f5d16f6ccdaf010bc32c1 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 13 Oct 2025 17:27:51 -0700 Subject: [PATCH] aaahhhrrg --- modules/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/settings.py b/modules/settings.py index 886465e..9218bea 100644 --- a/modules/settings.py +++ b/modules/settings.py @@ -268,7 +268,7 @@ try: highfly_ignoreList = config['sentry'].get('highFlyingIgnoreList', '').split(',') # default empty highfly_check_openskynetwork = config['sentry'].getboolean('highflyOpenskynetwork', True) # default True check with OpenSkyNetwork if highfly detected detctionSensorAlert = config['sentry'].getboolean('detectionSensorAlert', False) # default False - reqLocationEnabled = config['sentry'].getboolean('requestLocationData', False) # default False + reqLocationEnabled = config['sentry'].getboolean('reqLocationEnabled', False) # default False # location location_enabled = config['location'].getboolean('enabled', True)