in psaw/writers.py [0:0]
def write(self, obj): obj = slice_dict(obj, self.fields) self.writer.writerow(obj) self.items += 1