You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for entry in semclass_combo_json['semclass_combo']:
c.execute("SELECT student.enrollment_number, first_name, email_id, route_string.string FROM pumis.student, fpsu.route_string WHERE semester=(%s) AND student_class=(%s) AND student.enrollment_number = route_string.enrollment_number", (entry["semester"], entry["class"]))