diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/position.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/position.py b/python/position.py index cd66952d..6c37460e 100644 --- a/python/position.py +++ b/python/position.py @@ -399,6 +399,7 @@ def update_hyg_vol(conn, session, start_date: datetime.date = None): "INSERT INTO hyg_vol_data VALUES (%s, %s, %s, %s)", df.itertuples(index=True), ) + conn.commit() if __name__ == "__main__": |
