remove newline

This commit is contained in:
Sarah 2022-04-08 23:28:11 +01:00
parent 6c5162c6c3
commit 3d7da197be
1 changed files with 0 additions and 1 deletions

View File

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