unexpected
This commit is contained in:
parent
9f399f6939
commit
d47f1c6a61
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ def update_month(year, month, film_counts):
|
||||||
if days_total != month_total:
|
if days_total != month_total:
|
||||||
print('!! month and days don\'t add up: %s month vs %s days total' % (month_total, days_total))
|
print('!! month and days don\'t add up: %s month vs %s days total' % (month_total, days_total))
|
||||||
else:
|
else:
|
||||||
r = update_ids(year, month, expected=film_count)
|
r = update_ids(year, month)
|
||||||
save_film_counts(film_counts)
|
save_film_counts(film_counts)
|
||||||
|
|
||||||
def parse_cast(string):
|
def parse_cast(string):
|
||||||
|
|
Loading…
Reference in a new issue