Fix URLs for WOTA outlying fells

This commit is contained in:
Ian Renton
2025-11-14 14:37:36 +00:00
parent ae075f3ac7
commit 2a90b17b6b
2 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ from core.cleanup import CleanupTimer
from core.config import config, WEB_SERVER_PORT, SERVER_OWNER_CALLSIGN
from core.constants import SOFTWARE_NAME, SOFTWARE_VERSION
from core.lookup_helper import lookup_helper
from core.sig_utils import get_sig_ref_info
from core.status_reporter import StatusReporter
from server.webserver import WebServer