diff options
Diffstat (limited to 'python/notify_bowdst.py')
| -rw-r--r-- | python/notify_bowdst.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/notify_bowdst.py b/python/notify_bowdst.py index 17efc8cf..76d6d0f4 100644 --- a/python/notify_bowdst.py +++ b/python/notify_bowdst.py @@ -53,7 +53,7 @@ try: pd.Timestamp(cob), ["tenor", "security_id", "globeop_notional", "db_notional"] ] except KeyError: - logging.info("All Balances Matching") + logger.info("All Balances Matching") sys.exit() accurate_balances = df[mask] @@ -117,4 +117,4 @@ for row in inaccurate_balances.itertuples(): attach=attachments, ) -logging.info("Program executed.") +logger.info("Program executed.") |
