mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-29 15:28:56 -04:00
The final `return True` in is_configured() should be `return False`. When APRS-IS is not enabled, the method always returned True, so the startup guard in server.py never fired for misconfigured instances. Closes #2