Bring back cleanup thread

This commit is contained in:
Ian Renton
2026-08-13 07:13:05 +01:00
parent c913d0bac8
commit d1a9af9932
10 changed files with 20 additions and 17 deletions
+3
View File
@@ -103,6 +103,9 @@ class DataStore:
self.dxcc_lookup_by_call_regex.append((re.compile(entry["prefixRegex"]), entry["entityCode"]))
def close(self):
self.spots.save_snapshot()
self.alerts.save_snapshot()
self.spots.close()
self.alerts.close()
self._solar.close()