beat.web.statistics.utils module¶
-
beat.web.statistics.utils.updateStatistics(stats, date=None)[source]¶ Update the hourly statistics
- Parameters
statistics (beat.core.stats.Statistics) – Statistics collected during the processing done by an algorithm
date (datetime.datetime) – Date and time the statistics were collected at. If None, use the current time.