fix file name

This commit is contained in:
Sarah 2022-04-03 20:34:53 +01:00
parent 06ea4e0754
commit 7c7f7e04be

View File

@ -38,7 +38,7 @@ def build_page(films_by_country):
def get_flags_dict():
flags = {}
with open('country_flags.csv', newline='') as f:
with open('country-flags.csv', newline='') as f:
reader = csv.reader(f, quotechar="\"")
next(reader, None) # skip the headers