Commit d11bb29c by Carlos Andrés Rocha

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

Use deprecated course_key when calling the analytics API.
parents 2518d8e9 19396789
......@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment