From f3f5c32e80f3cb202c80b1c20054cd51abb3f581 Mon Sep 17 00:00:00 2001 From: Stefan Koegl Date: Sun, 30 May 2010 09:45:04 +0200 Subject: [PATCH] add missing parameter --- bwmon/aggregator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwmon/aggregator.py b/bwmon/aggregator.py index 99b1e7e..8aa32a1 100644 --- a/bwmon/aggregator.py +++ b/bwmon/aggregator.py @@ -30,7 +30,7 @@ class Aggregator(): # process bandwidth - def get_record(line): + def get_record(self, line): match = self.line_regex.match(line) if not match: -- 2.11.4.GIT