mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Refactor of caching & data storage part 10 #118
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@ class DataStore:
|
||||
self.dxcc_data = None
|
||||
self.dxcc_lookup_by_call_regex = []
|
||||
self.sigrefs = None
|
||||
self.status_data = None
|
||||
self.status_data = {}
|
||||
self._status = None
|
||||
self.solar_conditions = None
|
||||
self.solar_conditions = {}
|
||||
self._solar = None
|
||||
# ITU/CQ zone GeoJSON data is only ever loaded statically from a local file so these don't even need to be
|
||||
# caches, they can just be straight objects
|
||||
|
||||
Reference in New Issue
Block a user