funzt
This commit is contained in:
parent
d93bd4bec1
commit
b17aed2d37
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ def insert_to_pg(query, data):
|
|||
cursor = get_postgres_cursor()
|
||||
connection = cursor.connection
|
||||
|
||||
print(f"Inserting {len(data)} rows...")
|
||||
for d in data:
|
||||
try:
|
||||
cursor.execute(query, d)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue