dont pass film_count

This commit is contained in:
j 2019-08-05 13:48:33 +02:00
parent fe25d27b97
commit 9f399f6939
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def update_year(year, film_counts):
if film_count != film_counts.get(key):
print_info(key, film_count, film_counts)
film_counts[key] = film_count
update_month(year, month, film_counts, expected=film_count)
update_month(year, month, film_counts)
else:
r = update_ids(year)
save_film_counts(film_counts)