Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghrlt committed Oct 4, 2024
1 parent 7f78813 commit cd91bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/inappoauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def fetchAndParse(date: str, toJson: bool):
classe = "%s %s" % (classLevel, classGroup)

else:
mailing = apis.MailingList()
mailing = apis.MailingList
student = mailing.findStudent(firstname, lastname)
if student:
classDetail = student["classe"]["classe"].replace("MTP", "").strip()
Expand Down

0 comments on commit cd91bfa

Please sign in to comment.