remove newline

This commit is contained in:
Sarah 2022-03-09 20:48:05 +00:00
parent 0a3798b13e
commit b32d5aa6c6
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ def update_films_by_country_page(token_id, token_secret):
print("Drawing map") print("Drawing map")
country_counter = Counter(viewings_by_country) country_counter = Counter(viewings_by_country)
png_data = draw_map(country_counter) png_data = draw_map(country_counter)
update_page(png_data, film_by_country_table, VCinemaUtils.JACKNET_WIKI_URL, token_id, token_secret) update_page(png_data, film_by_country_table, VCinemaUtils.JACKNET_WIKI_URL, token_id, token_secret)