Skip to content

Commit

Permalink
Update selenium_dag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ldsalomone authored May 6, 2024
1 parent f8c38c8 commit 5531522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/selenium_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run_selenium():

all_data = []

for letter in "AB":
for letter in "ABCDEGFHIJKLMNOPQRSTUVWXYZ":
print(f"Scraping for {letter}...")
last_name_box = driver.find_element(
By.XPATH, '//*[@id="ContentPlaceHolder2_TLname"]'
Expand Down

0 comments on commit 5531522

Please sign in to comment.