diff options
Diffstat (limited to 'python/process_queue.py')
| -rw-r--r-- | python/process_queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index 71e0fe26..b446d3ab 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -88,7 +88,7 @@ def process_indicative( (trade_type == "cds" and trade.get("attach")) or (trade_type == "swaption" and trade.get("swap_type", "CD_INDEX_OPTION")) ) and trade.get("upload", True): - upload_mtm_trades(trade_type, (trade["id"],), conn) + upload_mtm_trades(trade_type, trade["id"]) p.delete(trade_type) |
