Correct login URL

This commit is contained in:
iainbrad
2025-10-13 10:11:22 +01:00
committed by GitHub
parent 0fc1ca6d6d
commit 84774c1d89
+1 -1
View File
@@ -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)