From 1fc3323afd73d92f1ae424449761b59c6449bf54 Mon Sep 17 00:00:00 2001 From: Vladimir Buzalka Date: Thu, 8 Jan 2026 07:23:09 +0100 Subject: [PATCH] vbnotebook --- 20 Loginwithsavedcookies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20 Loginwithsavedcookies.py b/20 Loginwithsavedcookies.py index db36db3..a0d06dc 100644 --- a/20 Loginwithsavedcookies.py +++ b/20 Loginwithsavedcookies.py @@ -21,7 +21,7 @@ with sync_playwright() as p: else: print("❌ Cookie file not found. Run the manual login script first.") exit() - +x page = context.new_page() page.goto(LOGIN_URL)