Skip to content

Commit

Permalink
I made a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDue committed Sep 27, 2023
1 parent 95054df commit 35e78fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staffeli_nt/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main(api_url, api_key, args: argparse.Namespace):

ta = tas[index]
students = []
# Horrible OAhack to fetch users based on ku-ids
# Horrible hack to fetch users based on ku-ids
for i in stud[index]:
students += course.get_users(search_term=i,enrollment_type=['student'],
enrollment_state='active')
Expand Down

0 comments on commit 35e78fc

Please sign in to comment.