dont pass film_count
This commit is contained in:
parent
fe25d27b97
commit
9f399f6939
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def update_year(year, film_counts):
|
||||||
if film_count != film_counts.get(key):
|
if film_count != film_counts.get(key):
|
||||||
print_info(key, film_count, film_counts)
|
print_info(key, film_count, film_counts)
|
||||||
film_counts[key] = film_count
|
film_counts[key] = film_count
|
||||||
update_month(year, month, film_counts, expected=film_count)
|
update_month(year, month, film_counts)
|
||||||
else:
|
else:
|
||||||
r = update_ids(year)
|
r = update_ids(year)
|
||||||
save_film_counts(film_counts)
|
save_film_counts(film_counts)
|
||||||
|
|
Loading…
Reference in a new issue