Syntax error

This commit is contained in:
Gregory Soutade 2016-01-16 08:44:57 +01:00
parent ec0a3a52a8
commit 3d927543f7
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,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