Fix RRD bug.

Change-Id: Ia4df3903fb98d0373808ecd4bc97d4858fc4b288
This commit is contained in:
François Rossigneux 2013-06-11 11:35:13 +02:00
parent 9188e2db8c
commit e384035d0b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ def create_rrd_file(filename):
% (scales[scale][0]['resolution'],
scales[scale][0]['interval'] /
scales[scale][0]['resolution']))
rrdtool.create(args)
rrdtool.create(args)
def update_rrd(probe, watts):