diff options
Diffstat (limited to 'python/reto.py')
| -rw-r--r-- | python/reto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/reto.py b/python/reto.py index 36a9a345..6bc16940 100644 --- a/python/reto.py +++ b/python/reto.py @@ -126,7 +126,7 @@ if __name__ == "__main__": results = gen_spreads(args.date, fund) with conn.cursor() as c: c.execute( - "DELETE FROM shocks WHERE fund=%s and date=%s", + "DELETE FROM shocks WHERE fund=%s AND date=%s", ( fund, args.date, |
