diff --git a/aprsd/threads/stats.py b/aprsd/threads/stats.py index a6517be..f00ec14 100644 --- a/aprsd/threads/stats.py +++ b/aprsd/threads/stats.py @@ -16,6 +16,7 @@ LOG = logging.getLogger("APRSD") class StatsStore(objectstore.ObjectStoreMixin): """Container to save the stats from the collector.""" lock = threading.Lock() + data = {} class APRSDStatsStoreThread(APRSDThread):