mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-05 18:11:41 +00:00
Refactor of caching & data storage part 14 #118
This commit is contained in:
@@ -18,6 +18,9 @@ class APIQueryCallsignDataProvider(CallsignDataProvider):
|
||||
""" Set up the provider."""
|
||||
super().__init__(name, provider_config, storage)
|
||||
|
||||
if self.enabled:
|
||||
self.status = "Ready"
|
||||
|
||||
def start(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user