We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4a7d2 commit be62972Copy full SHA for be62972
1 file changed
pythonbpf/helper/helper_utils.py
@@ -18,7 +18,7 @@ def __init__(self):
18
19
@property
20
def counter(self):
21
- return sum(self._counter.values())
+ return sum(self._counters.values())
22
23
def reset(self):
24
self._counters.clear()
0 commit comments