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 2d7e5e2b..fe216f2e 100644 --- a/python/reto.py +++ b/python/reto.py @@ -147,7 +147,7 @@ if __name__ == "__main__": args.date, ), ) - conn.commit() + conn.commit() df = process_dataframe(results) df["fund"] = fund df.to_sql("shocks", dawn_engine, if_exists="append", index=False) |
