diff options
Diffstat (limited to 'python/download_markit_quotes.py')
| -rw-r--r-- | python/download_markit_quotes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/download_markit_quotes.py b/python/download_markit_quotes.py index 6ee2b761..40252c2b 100644 --- a/python/download_markit_quotes.py +++ b/python/download_markit_quotes.py @@ -8,7 +8,7 @@ from selenium.webdriver.support.ui import WebDriverWait from selenium.common.exceptions import TimeoutException import time, os, shutil -from config import markit_login, markit_password +from task_server.config import markit_login, markit_password from task_server.insert_tranche_quotes import insert_quotes import logging import sys |
