aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/bondallocation_email.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bondallocation_email.py b/python/bondallocation_email.py
index 89662a5f..2eca012c 100644
--- a/python/bondallocation_email.py
+++ b/python/bondallocation_email.py
@@ -84,7 +84,7 @@ if __name__ == "__main__":
],
)
d.execute(
- "UPDATE bonds set emailed = True where id = %(tradeid)s",
+ "UPDATE bonds SET emailed = True WHERE id = %(tradeid)s",
{"tradeid": row.tradeid},
)
dawndb.commit()