diff --git a/oxdata/movie/imdbids.py b/oxdata/movie/imdbids.py index 7b1503e..232309f 100644 --- a/oxdata/movie/imdbids.py +++ b/oxdata/movie/imdbids.py @@ -115,7 +115,7 @@ def update_month(year, month, film_counts): if days_total != month_total: print('!! month and days don\'t add up: %s month vs %s days total' % (month_total, days_total)) else: - r = update_ids(year, month, expected=film_count) + r = update_ids(year, month) save_film_counts(film_counts) def parse_cast(string):