Merge branch 'dev' of soutade.fr:iwla into dev

This commit is contained in:
Gregory Soutade 2016-01-18 07:34:13 +01:00
commit 992c3cee93
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ class IWLA(object):
for (k, super_hit) in visits.items():
if super_hit['last_access'].tm_mday != cur_time.tm_mday:
continue
viewed_page = False
viewed_pages = False
for hit in super_hit['requests'][::-1]:
if hit['time_decoded'].tm_mday != cur_time.tm_mday:
break