Commit 7485afdf authored by Vincent Pelletier's avatar Vincent Pelletier

Fix comment: date is a simple string.

parent 5476fbc9
......@@ -271,7 +271,7 @@ class ERP5SiteStats(GenericSiteStats):
# Key levels:
# - module id (string)
# - is document (bool)
# - date (datetime.date)
# - date (string)
self.module = defaultdict(partial(defaultdict, partial(
defaultdict, partial(APDEXStats, threshold, getDuration))))
self.no_module = defaultdict(partial(APDEXStats, threshold, getDuration))
......
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