diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/quote_diff_bowdst.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/quote_diff_bowdst.py b/python/quote_diff_bowdst.py index f075f1c7..ef596ffc 100644 --- a/python/quote_diff_bowdst.py +++ b/python/quote_diff_bowdst.py @@ -41,6 +41,7 @@ with conn.cursor() as c: else: if not diff.empty: buf = StringIO() + diff = diff.round(decimals=2) diff.to_csv(buf, index=False) subject = "ACTION REQUESTED: Stale/Inaccurate Quotes" msg = ( |
