Prefill all parks and teams

This commit is contained in:
2025-04-11 16:13:50 -04:00
parent 5ce2e90c1a
commit 1234d95510
12 changed files with 5851 additions and 208 deletions

View File

@@ -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