Spotting tweaks. Closes #2

This commit is contained in:
Ian Renton
2025-10-04 16:26:34 +01:00
parent 5f16abf709
commit d19ba1d662
3 changed files with 16 additions and 4 deletions

View File

@@ -14,4 +14,5 @@ logging.info("Loaded config.")
MAX_SPOT_AGE = config["max-spot-age-sec"]
SERVER_OWNER_CALLSIGN = config["server-owner-callsign"]
WEB_SERVER_PORT = config["web-server-port"]
WEB_SERVER_PORT = config["web-server-port"]
ALLOW_SPOTTING = config["allow-spotting"]