Forgot to generate last day of a month...
This commit is contained in:
parent
9d9e42f66d
commit
ab1167c621
1
iwla.py
1
iwla.py
|
@ -656,6 +656,7 @@ class IWLA(object):
|
|||
return False
|
||||
self.analyse_started = True
|
||||
if cur_time.tm_mon != t.tm_mon:
|
||||
self._generateDayStats()
|
||||
self._generateMonthStats()
|
||||
self.current_analysis = self._deserialize(self.getDBFilename(t)) or self._clearVisits()
|
||||
elif cur_time.tm_mday != t.tm_mday:
|
||||
|
|
Loading…
Reference in New Issue
Block a user