Fix an exception on shutdown

This commit is contained in:
Ian Renton
2026-08-31 09:00:23 +01:00
parent 9083470482
commit df684a601d
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class DataStore:
def close(self):
self.spots.close()
self.alerts.close()
self.solar.close()
self.solar_conditions.close()
self.status.close()
self.dxcc_data.close()
self.sigrefs.close()