diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/report_ops/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py index bf803887..bb6c0116 100644 --- a/python/report_ops/utils.py +++ b/python/report_ops/utils.py @@ -306,7 +306,7 @@ class CDXQuoteMonitor( "serenitas_quote", "difference", ), - num_format=[("{0:,.2f}", 2), ("{0:,.2f}", 3), ("{0:,.2f}", 4)], + num_format=[("{0:,.2f}", 3), ("{0:,.2f}", 4), ("{0:,.2f}", 5)], ): @classmethod def email(cls, fund): |
