From e46ebadcc2c0a383d838c83e6ddba7a82dae8162 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Mon, 11 Dec 2023 22:10:53 -0600 Subject: [PATCH] bug fix --- transport/disk.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/transport/disk.py b/transport/disk.py index 2c9f6c8..424e95e 100644 --- a/transport/disk.py +++ b/transport/disk.py @@ -223,8 +223,6 @@ class SQLiteWriter(SQLite,DiskWriter) : info = info.to_dict(orient='records') if not self.fields : - - _rec = info[0] self.init(list(_rec.keys()))