aboutsummaryrefslogtreecommitdiffstats
path: root/python/reto.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/reto.py')
-rw-r--r--python/reto.py2
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,