Correct login URL
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ def login_with_selenium(driver, email, password):
|
||||
Returns:
|
||||
True if login successful, False otherwise
|
||||
"""
|
||||
login_url = "https://shop.2000ad.com/login"
|
||||
login_url = "https://shop.2000ad.com/account/sign-in"
|
||||
|
||||
print("🔐 Navigating to login page...")
|
||||
driver.get(login_url)
|
||||
|
||||
Reference in New Issue
Block a user