Skip to content

Commit c3ce55c

Browse files
authored
Update main.py
1 parent 2bf123e commit c3ce55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def execute_driver():
3131
seleniumwire_options=seleniumwire_options,
3232
)
3333
try:
34-
driver.get("https://ip.oxylabs.io/")
34+
driver.get("https://ip.oxylabs.io/location")
3535
return f'\nYour IP is: {driver.find_element(By.CSS_SELECTOR, "pre").text}'
3636
finally:
3737
driver.quit()

0 commit comments

Comments
 (0)