diff options
Diffstat (limited to 'python/bondallocation_email.py')
| -rw-r--r-- | python/bondallocation_email.py | 2 |
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() |
