unexpected

This commit is contained in:
j 2019-08-05 15:51:57 +02:00
parent 9f399f6939
commit d47f1c6a61
1 changed files with 1 additions and 1 deletions

View File

@ -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):