Skip to content

Commit

Permalink
change sqUnit to SPZ
Browse files Browse the repository at this point in the history
  • Loading branch information
urvdp committed Jul 1, 2024
1 parent 25226a1 commit c3e71d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spz/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def campus_portal_grades(export_token):
"examDate": exam_date_iso,
"ects": student.ects_points, # required
"grade": grade, # required
"sqUnit": "STK"
"sqUnit": "SPZ"
}
)

Expand Down

0 comments on commit c3e71d0

Please sign in to comment.