aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/reto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/reto.py b/python/reto.py
index fe216f2e..2e2b9d7d 100644
--- a/python/reto.py
+++ b/python/reto.py
@@ -29,7 +29,7 @@ def parse_args():
def vol_surface(portf, try_days_back):
for source in ("BAML", "GS", "MS", "JPM"):
try:
- vol_surface = generate_vol_surface(portf, 10, source)
+ vol_surface = generate_vol_surface(portf, try_days_back, source)
except IndexError:
pass
else: