vbnotebook

This commit is contained in:
2026-01-08 07:23:30 +01:00
parent 1fc3323afd
commit 44162413e1

View File

@@ -21,7 +21,7 @@ with sync_playwright() as p:
else: else:
print("❌ Cookie file not found. Run the manual login script first.") print("❌ Cookie file not found. Run the manual login script first.")
exit() exit()
x
page = context.new_page() page = context.new_page()
page.goto(LOGIN_URL) page.goto(LOGIN_URL)