From d47f1c6a61c05d0df14e9ffe420c6487975825b5 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 5 Aug 2019 15:51:57 +0200 Subject: [PATCH] unexpected --- oxdata/movie/imdbids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):