aboutsummaryrefslogtreecommitdiffstats
path: root/python/download_markit_quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/download_markit_quotes.py')
-rw-r--r--python/download_markit_quotes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/download_markit_quotes.py b/python/download_markit_quotes.py
index 561f8b6d..ca8298db 100644
--- a/python/download_markit_quotes.py
+++ b/python/download_markit_quotes.py
@@ -41,6 +41,7 @@ while (not os.path.exists("/tmp/Quotes.csv") or total_wait==10):
if total_wait==10:
print("failed to download quotes")
else:
+ print("download worked")
insert_quotes(quote_dir="/tmp")
driver.close()