fix file name
This commit is contained in:
parent
06ea4e0754
commit
7c7f7e04be
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user