rsasum
Results
2
comments of
rsasum
Thanks a lot, that worked for me too.
In "__init__.py" "Processor.__init__" the variable field must be converted into a list. So change the following line. self.fields = fields to self.fields = list(fields) Worked for me