Steve Nyemba 1 年之前
父節點
當前提交
e46ebadcc2
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      transport/disk.py

+ 0 - 2
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()))