diff --git a/staffeli_nt/download.py b/staffeli_nt/download.py index c1a7305..e585542 100755 --- a/staffeli_nt/download.py +++ b/staffeli_nt/download.py @@ -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')