diff options
Diffstat (limited to 'python/report_ops/__main__.py')
| -rw-r--r-- | python/report_ops/__main__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py index 02cbc206..da634f74 100644 --- a/python/report_ops/__main__.py +++ b/python/report_ops/__main__.py @@ -114,10 +114,8 @@ if args.payment_settlements: conn = dbconn("dawndb") for fund in ("SERCGMAST", "BRINKER", "BOWDST", "ISOSEL"): notify_payment_settlements(args.date, fund, conn) - PaymentMonitor._staging_queue.clear() if args.fx_hedge: conn = dbconn("dawndb") for fund in ("SERCGMAST", "BOWDST", "ISOSEL"): notify_fx_hedge(cob, fund, conn) - FxHedge._staging_queue.clear() |
