From 5e8476e81252fe9366d99add682ee6755d23a1d3 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 3 Sep 2008 21:01:01 +0000 Subject: [PATCH] kluge until packet tagging works again. DO NOT TAGsvn diff --- bwmon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwmon.py b/bwmon.py index 603dbbe..1960e56 100644 --- a/bwmon.py +++ b/bwmon.py @@ -36,7 +36,7 @@ from sets import Set # Set DEBUG to True if you don't want to send emails DEBUG = False # Set ENABLE to False to setup buckets, but not limit. -ENABLE = True +ENABLE = False datafile = "/var/lib/misc/bwmon.dat" -- 2.43.0