Refactor of caching & data storage part 14 #118

This commit is contained in:
Ian Renton
2026-08-03 19:25:25 +01:00
parent 50ab27e4a2
commit f82d611b7e
15 changed files with 144 additions and 142 deletions
-4
View File
@@ -4,7 +4,6 @@ import os
import signal
import sys
from core.call_lookup_helper import lookup_helper
from core.config import SERVER_OWNER_CALLSIGN, LOG_LEVEL
from core.constants import SOFTWARE_VERSION
from core.data_providers import DATA_PROVIDERS
@@ -49,9 +48,6 @@ if __name__ == '__main__':
# Set up data store
DATA_STORE.setup()
# Set up lookup helper
lookup_helper.start()
# Set up and start data providers
DATA_PROVIDERS.setup()
DATA_PROVIDERS.start()