This commit is contained in:
powe97 2024-03-13 22:19:56 -04:00
parent af25410c5d
commit f1a47dca48
No known key found for this signature in database
GPG Key ID: 7D1663B10978D1BA
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def scrape_page(page_num):
try:
driver = webdriver.Firefox(options=options)
driver.get("https://ipinfo.io/ip")
print(f"Trying with IP {driver.page_source}")
print(f"Trying with IP {driver.page_source}", file=sys.stderr)
driver.get(
"https://tes.collegesource.com/publicview/TES_publicview01.aspx?rid=f080a477-bff8-46df-a5b2-25e9affdd4ed&aid=27b576bb-cd07-4e57-84d0-37475fde70ce"
)