remove newline
This commit is contained in:
parent
0a3798b13e
commit
b32d5aa6c6
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue