diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/quote_parsing/parse_emails.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/quote_parsing/parse_emails.py b/python/quote_parsing/parse_emails.py index dff2f432..bc1c2c37 100644 --- a/python/quote_parsing/parse_emails.py +++ b/python/quote_parsing/parse_emails.py @@ -941,7 +941,7 @@ def write_todb(swaption_stack, index_data, conn): except IndexError: breakpoint() df["ref_id"] = ref_id - c.execute_many(sql_quotes, df.itertuples(index=False)) + c.executemany(sql_quotes, df.itertuples(index=False)) conn.commit() |
