variable format changed
parent
77342f6e8a
commit
5c3967cbe6
|
@ -1681,8 +1681,8 @@ class Admin:
|
|||
)
|
||||
|
||||
for group in madd:
|
||||
cohort = [c for c in cohorts if c["name"] == group]
|
||||
self.moodle.add_user_to_cohort(internaluser["moodle_id"], cohort[0]["id"])
|
||||
cohort = [c for c in cohorts if c["name"] == group][0]
|
||||
self.moodle.add_user_to_cohort(internaluser["moodle_id"], cohort["id"])
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue