This commit is contained in:
2025-09-22 13:42:03 +02:00
parent 126a77f349
commit 77cd56d5df

View File

@@ -18,7 +18,7 @@ with conn.cursor() as cur:
FROM patients_extracted
WHERE prijmeni IS NOT NULL and mamedevioucet is null
ORDER BY prijmeni ASC
LIMIT 3
LIMIT 300
""")
rows = cur.fetchall()
if not rows:
@@ -45,7 +45,7 @@ def close_dialog_if_open(page):
def main():
with sync_playwright() as p:
browser = p.chromium.launch(headless=False)
browser = p.chromium.launch(headless=True)
context = browser.new_context(storage_state=STATE_FILE)
page = context.new_page()