aboutsummaryrefslogtreecommitdiffstats
path: root/python/handle_default.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/handle_default.py')
-rw-r--r--python/handle_default.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/handle_default.py b/python/handle_default.py
index 4c001464..4f82c629 100644
--- a/python/handle_default.py
+++ b/python/handle_default.py
@@ -56,6 +56,6 @@ For instance:
recovery = float(argv[3])
n_issuers = float(argv[4])
recordslist = affected_indices(company_id)
- newids = create_newindices(recordslist, lastdate, nissuers)
- update_indexmbers(newids, company)
+ newids = create_newindices(recordslist, lastdate, n_issuers)
+ update_indexmembers(newids, company_id)
serenitasdb.close()