first film is 1894
This commit is contained in:
parent
e8225eec58
commit
e93a2f894c
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ def update_index():
|
|||
else:
|
||||
film_counts = {}
|
||||
|
||||
for year in range(1890, datetime.now().year+1):
|
||||
for year in range(1894, datetime.now().year+1):
|
||||
film_count = get_film_count(year)
|
||||
key = '%s' % year
|
||||
if film_count != film_counts.get(key):
|
||||
|
|
Loading…
Reference in a new issue