Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor:InstructorUI] Remove driver.get(current url) (#31)
In `getStudentInfoFromCourseHelper`, the photo scraper currently has the following line: ``` img_url = driver.current_url driver.get(img_url) ``` `img_url` is used nowhere else in the function, so it appears that this statement doesn't do anything, and probably slows down the scraper a little by running an unnecessary Selenium command.
- Loading branch information