diff --git a/pythonbpf/helper/helper_utils.py b/pythonbpf/helper/helper_utils.py index 4d7de22..d7019b8 100644 --- a/pythonbpf/helper/helper_utils.py +++ b/pythonbpf/helper/helper_utils.py @@ -18,7 +18,7 @@ class ScratchPoolManager: @property def counter(self): - return sum(self._counter.values()) + return sum(self._counters.values()) def reset(self): self._counters.clear()