remove newline
This commit is contained in:
parent
6c5162c6c3
commit
3d7da197be
|
@ -54,7 +54,6 @@ def update_wiki(token_id, token_secret, update_csv, update_films_by_year, update
|
||||||
keyword_scores = get_keyword_scores(viewings)
|
keyword_scores = get_keyword_scores(viewings)
|
||||||
bar.next()
|
bar.next()
|
||||||
|
|
||||||
|
|
||||||
bar.finish()
|
bar.finish()
|
||||||
|
|
||||||
with IncrementalBar('Generating pages', max=update_page_count, check_tty=False) as bar:
|
with IncrementalBar('Generating pages', max=update_page_count, check_tty=False) as bar:
|
||||||
|
|
Loading…
Reference in New Issue