Skip to content
Snippets Groups Projects
Commit d11bb29c authored by Carlos Andrés Rocha's avatar Carlos Andrés Rocha
Browse files

Merge pull request #4304 from rocha/display-na-on-instructor-dashboard

Use deprecated course_key when calling the analytics API.
parents 2518d8e9 19396789
No related merge requests found
......@@ -285,7 +285,7 @@ def _update_active_students(course_key, section_data):
try:
client = RestClient(base_url=base_url, auth_token=auth_token)
course = Course(client, course_key)
course = Course(client, course_key.to_deprecated_string())
section_data['active_student_count'] = course.recent_active_user_count['count']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment