Skip to content

Commit 88d8e6b

Browse files
committed
Fix reference error
1 parent e01d9f7 commit 88d8e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ofac_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_sha256_checksum(self):
5353

5454
# Scroll to (waiting for animation) and Click the 'File
5555
# Signatures' button with the known ID
56-
header_element = self.driver.find_element(by, value)
56+
header_element = self.driver.find_element(By.ID, "accordion__heading-:r1:")
5757
ActionChains(self.driver).move_to_element(header_element).perform()
5858
time.sleep(1)
5959
header_element.click()

0 commit comments

Comments
 (0)