(netflow / flowd aggregation) fix cleanup

This commit is contained in:
Ad Schellevis 2016-04-07 10:47:53 +02:00
parent 1ed6b9986f
commit b2edba92a4

View File

@ -109,7 +109,7 @@ class BaseFlowAggregator(object):
:param days: number of days
:return: number of seconds
"""
return 60*60*24
return 60*60*24*days
def __init__(self, resolution):
""" construct new flow sample class