diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/globeop_monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/globeop_monitor.py b/python/globeop_monitor.py index c1e691cd..05b0d5c9 100644 --- a/python/globeop_monitor.py +++ b/python/globeop_monitor.py @@ -23,7 +23,7 @@ def check_gfs(date, fund, conn): def check_cleared_cds(date, fund, conn): with conn.cursor() as c: c.execute( - "SELECT *, abs(serenitas_quote-globeop_quote) AS difference FROM compare_globeop_quotes(%s, %s)", + "SELECT *, abs(serenitas_quote-globeop_quote) AS difference FROM list_cds_marks(%s, NULL, %s)", (date, fund), ) for row in c: |
