diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/download_markit_quotes.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/download_markit_quotes.py b/python/download_markit_quotes.py index b6c25e0a..0e0fdcf1 100644 --- a/python/download_markit_quotes.py +++ b/python/download_markit_quotes.py @@ -26,7 +26,6 @@ profile.set_preference('browser.helperApps.neverAsk.saveToDisk', 'text/csv') driver = Firefox(profile) driver.get("https://products.markit.com/") -#driver.find_element_by_css_selector("a.loginLink").click() button = WebDriverWait(driver, 15).until( EC.element_to_be_clickable((By.ID, "notificationClose"))) @@ -59,7 +58,6 @@ try: except TimeoutException: logging.info("timeout before being able to click") driver.quit() - shutil.rmtree(profile.profile_dir) sys.exit() total_wait = 0 @@ -73,4 +71,3 @@ else: insert_quotes(quote_dir="/tmp") driver.quit() -shutil.rmtree(profile.profile_dir) |
