diff options
| -rw-r--r-- | python/reallocate_iam.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/reallocate_iam.py b/python/reallocate_iam.py index 52d199b7..cbbc5c43 100644 --- a/python/reallocate_iam.py +++ b/python/reallocate_iam.py @@ -141,7 +141,7 @@ def gen_iam_deals(conn, trade_date): def process_upload(conn, trade_date, iam_deals): - bowdst = Fund["BOWDST"]() + bowdst = Service["BOWDST"]() bowdst.staging_queue.extend(iam_deals) if bowdst.staging_queue: buf, dest = bowdst.build_buffer("iam") |
