Skip to content

Commit eeeda3c

Browse files
authored
Forgot commit
1 parent b61b850 commit eeeda3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql_ch_replicator/clickhouse_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def insert(self, table_name, records, table_structure: TableStructure = None):
241241
table_name=table_name,
242242
duration=duration,
243243
is_insert=True,
244-
records=len(records_to_insert),
244+
records=len(records),
245245
)
246246

247247
self.set_last_used_version(table_name, current_version)

0 commit comments

Comments
 (0)