fix progress bar
This commit is contained in:
parent
54c4c8aa15
commit
2b34330d8b
|
@ -15,7 +15,7 @@ def get_hidden_themes(imdb_ids):
|
|||
keywords = set(movie_data['keywords'])
|
||||
film_keywords.append(keywords)
|
||||
|
||||
bar.next()
|
||||
bar.next()
|
||||
|
||||
hidden_themes = set.intersection(*film_keywords)
|
||||
|
||||
|
|
Loading…
Reference in New Issue