Prefill all parks and teams
This commit is contained in:
@@ -34,7 +34,7 @@ def parse_csv(file_path):
|
||||
# Open and read the CSV file
|
||||
with open(file_path, 'r') as csvfile:
|
||||
# Read each row using csv.reader
|
||||
reader = csv.DictReader(ciphertextcsvfile)
|
||||
reader = csv.DictReader(csvfile)
|
||||
list_of_dict = list(reader)
|
||||
|
||||
return list_of_dict
|
||||
Reference in New Issue
Block a user