Skip to content

Commit bc31a65

Browse files
committed
fix header order
1 parent 097040d commit bc31a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mittab/libs/data_export/tab_card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ def get_tab_card_data(request, team_id):
236236
def csv_tab_cards(writer):
237237
# Write the CSV header row
238238
header = [
239-
"Round id",
240239
"Team Name",
241240
"School",
241+
"Round id",
242242
"Round",
243243
"Gov/Opp",
244244
"Win/Loss",

0 commit comments

Comments
 (0)