vbnotebook

This commit is contained in:
2026-01-08 07:23:09 +01:00
parent 8ea687b724
commit 1fc3323afd

View File

@@ -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)