W22
This commit is contained in:
@@ -241,7 +241,8 @@ def main():
|
||||
context = browser.new_context(storage_state=STATE_FILE)
|
||||
|
||||
# 1) Collect all IDs from the listing (all pages)
|
||||
all_ids = collect_all_patient_ids(context)
|
||||
# all_ids = collect_all_patient_ids(context)
|
||||
all_ids=db_existing_ids(conn)
|
||||
|
||||
# 2) Iterate and store HTML (skip existing)
|
||||
todo = [pid for pid in sorted(all_ids) if pid not in already]
|
||||
|
||||
Reference in New Issue
Block a user