Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
meezlung committed Dec 18, 2024
1 parent 033594a commit 2e07d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

filename = "schedules_ranked_test.csv"

crscraper = CRScraper(login_url, crs_username_global, crs_password_global, all_course_table_schedule_url_cs)
crscraper = CRScraper(login_url, crs_username_global, crs_password_global, all_course_table_schedule_url_test)
data = crscraper.main()

print(data)
Expand Down

0 comments on commit 2e07d98

Please sign in to comment.