This commit is contained in:
Steve Nyemba 2023-12-11 22:10:53 -06:00
parent d74372f645
commit e46ebadcc2
1 changed files with 0 additions and 2 deletions

View File

@ -223,8 +223,6 @@ class SQLiteWriter(SQLite,DiskWriter) :
info = info.to_dict(orient='records') info = info.to_dict(orient='records')
if not self.fields : if not self.fields :
_rec = info[0] _rec = info[0]
self.init(list(_rec.keys())) self.init(list(_rec.keys()))