Commit b2edba92 authored by Ad Schellevis's avatar Ad Schellevis

(netflow / flowd aggregation) fix cleanup

parent 1ed6b998
...@@ -109,7 +109,7 @@ class BaseFlowAggregator(object): ...@@ -109,7 +109,7 @@ class BaseFlowAggregator(object):
:param days: number of days :param days: number of days
:return: number of seconds :return: number of seconds
""" """
return 60*60*24 return 60*60*24*days
def __init__(self, resolution): def __init__(self, resolution):
""" construct new flow sample class """ construct new flow sample class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment