Skip to content

Commit

Permalink
Add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonsr451 committed Jan 25, 2022
1 parent b393a4a commit c0d7ef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
try:
tr_table_states_and_cities = table_of_states_and_cities.find_element(By.XPATH,
f'/html/body/div/div/div[1]/div[2]/main/div[2]/div[3]/div[1]/table[3]/tbody/tr[{row}]')

save_td_data["posicao"] = tr_table_states_and_cities.find_element(By.XPATH,
f'/html/body/div/div/div[1]/div[2]/main/div[2]/div[3]/div[1]/table[3]/tbody/tr[{row}]/td[1]').text
save_td_data["estado"] = tr_table_states_and_cities.find_element(By.XPATH,
Expand Down

0 comments on commit c0d7ef3

Please sign in to comment.